Color Hex Logo

#fbcce1 Color Hex

#FBCCE1
(251,204,225)
0 Favorites   0 Comments

Color spaces of #fbcce1

RGB 251204225
HSL0.930.850.89
HSV333°19°98°
CMYK 0.000.190.10   0.02
XYZ74.967169.131280.6266
Yxy69.13120.33360.3076
Hunter Lab83.145215.43890.7076
CIE-Lab86.569019.8627-4.0976

#fbcce1 color RGB value is (251,204,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11100001
Octal 373 314 341
Decimal 251 204 225
Hex FB CC E1

RGB Percentages of Color #fbcce1

%36.91
%30.00
%33.09

CMYK Percentages of Color #fbcce1

%0
%19
%10
%2

Triadic Colors of #fbcce1

#fbcce1 #e1fbcc #cce1fb

Analogous Colors of #fbcce1

#fbcce1 #fbcfcc #fbccf9

Monochromatic Colors of #fbcce1

#fbcce1

Complementary Color

#fbcce1 #ccfbe6

#fbcce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcce1 Color CSS Codes

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

#fbcce1 Text Font Color

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

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


#fbcce1 Background Color

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

This div background color is #fbcce1


#fbcce1 Border Color

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

This div border color is #fbcce1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,204,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 #fbcce1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcce1


Comments

No comments written yet.

Please login to write comment.