Color Hex Logo

#fbcee1 Color Hex

#FBCEE1
(251,206,225)
0 Favorites   0 Comments

Color spaces of #fbcee1

RGB 251206225
HSL0.930.850.90
HSV335°18°98°
CMYK 0.000.180.10   0.02
XYZ75.445670.088180.7861
Yxy70.08810.33340.3097
Hunter Lab83.718614.35311.3899
CIE-Lab87.040118.8130-3.4046

#fbcee1 color RGB value is (251,206,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11100001
Octal 373 316 341
Decimal 251 206 225
Hex FB CE E1

RGB Percentages of Color #fbcee1

%36.80
%30.21
%32.99

CMYK Percentages of Color #fbcee1

%0
%18
%10
%2

Triadic Colors of #fbcee1

#fbcee1 #e1fbce #cee1fb

Analogous Colors of #fbcee1

#fbcee1 #fbd2ce #fbcef8

Monochromatic Colors of #fbcee1

#fbcee1

Complementary Color

#fbcee1 #cefbe8

#fbcee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcee1 Color CSS Codes

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

#fbcee1 Text Font Color

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

This sample text font color is #fbcee1
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.


#fbcee1 Background Color

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

This div background color is #fbcee1


#fbcee1 Border Color

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

This div border color is #fbcee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcee1


Comments

No comments written yet.

Please login to write comment.