#FCE4DD

Color #FCE4DD Bridesmaid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bridesmaid #FCE4DD

Tints of Bridesmaid #FCE4DD

Color information

#FCE4DD (or 0xFCE4DD) is unknown color: approx Bridesmaid. HEX triplet: FC, E4 and DD. RGB value is (252,228,221). Sum of RGB (Red+Green+Blue) = 252+228+221=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4DD is #031B22. Grayscale: #EAEAEA. Windows color (decimal): -203555 or 14542076. OLE color: 14542076.

HSL color Cylindrical-coordinate representation of color #FCE4DD: hue angle of 13.55º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCE4DD is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252228221-
CMYK00.100.120.01
HSL13.55º83.78%92.75%-
HSV(B)13.55º12.3%98.82%-
XYZ80.9481.479.85-
YUV234.38120.45140.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 228 (89.45% from 255) = 32.52%
BLUE value IS 221 (86.72% from 255) = 31.53%
R=35.95%
G=32.52%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222822100.100.120.0113.5583.7892.75
HexFCE4DD0AC1e545d
Octal37434433501214116124135
Binary1111110011100100110111010101011001111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4DD; }

 p { color: rgb(252,228,221); }

 H1.HeaderClassName
 {
   color: #FCE4DD;
 }
 .AnyTagClassName
 {
   color: #FCE4DD;
 }
</style>
background-color css

<style>
 a { background-color: #FCE4DD; }

 a { background-color: rgb(252,228,221); }

 div.DivClassName
 {
   background-color: #FCE4DD;
 }
 .BgClassName
 {
   background-color: #FCE4DD;
 }
</style>
border-color css

<style>
 span { border-color: #FCE4DD; }

 span { border-color: rgb(252,228,221); }

 td.TdClassName
 {
   border-color: #FCE4DD;
 }
 .TagClassName
 {
   border-color: #FCE4DD;
 }
</style>