Color Hex Logo

#fbcee3 Color Hex

#FBCEE3
(251,206,227)
0 Favorites   0 Comments

Color spaces of #fbcee3

RGB 251206227
HSL0.920.850.90
HSV332°18°98°
CMYK 0.000.180.10   0.02
XYZ75.720170.197982.2317
Yxy70.19790.33190.3077
Hunter Lab83.784214.69730.4576
CIE-Lab87.093819.1420-4.3855

#fbcee3 color RGB value is (251,206,227).

#fbcee3 hex color red value is 251, green value is 206 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fbcee3 hue: 0.92 , saturation: 0.85 and the lightness value of fbcee3 is 0.90.

The process color (four color CMYK) of #fbcee3 color hex is 0.00, 0.18, 0.10, 0.02. Web safe color of #fbcee3 is #ffcccc. Color #fbcee3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11100011
Octal 373 316 343
Decimal 251 206 227
Hex FB CE E3

RGB Percentages of Color #fbcee3

%36.70
%30.12
%33.19

CMYK Percentages of Color #fbcee3

%0
%18
%10
%2

Triadic Colors of #fbcee3

#fbcee3 #e3fbce #cee3fb

Analogous Colors of #fbcee3

#fbcee3 #fbd0ce #fbcefa

Monochromatic Colors of #fbcee3

#fbcee3

Complementary Color

#fbcee3 #cefbe6

#fbcee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcee3 Color CSS Codes

.mybgcolor {background-color:#fbcee3; } 
.myforecolor {color:#fbcee3; }
.mybordercolor {border:3px solid #fbcee3; }

#fbcee3 Text Font Color

<p style="color:#fbcee3">Text here</p>

This sample text font color is #fbcee3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbcee3 Background Color

<div style="background-color:#fbcee3">
Div content here</div>

This div background color is #fbcee3


#fbcee3 Border Color

<div style="border:3px solid #fbcee3">
Div here</div>

This div border color is #fbcee3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,206,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbcee3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbcee3;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcee3;
  box-shadow:         1px 1px 3px 2px #fbcee3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,206,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbcee3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcee3;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcee3;
  box-shadow:         1px 1px 3px 2px #fbcee3;">
Div content here</div>

This div box has shadow with color #fbcee3


Comments

No comments written yet.

Please login to write comment.