#FCE5DD

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

Shades of Bridesmaid #FCE5DD

Tints of Bridesmaid #FCE5DD

Color information

#FCE5DD (or 0xFCE5DD) is unknown color: approx Bridesmaid. HEX triplet: FC, E5 and DD. RGB value is (252,229,221). Sum of RGB (Red+Green+Blue) = 252+229+221=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5DD is #031A22. Grayscale: #EBEBEB. Windows color (decimal): -203299 or 14542332. OLE color: 14542332.

HSL color Cylindrical-coordinate representation of color #FCE5DD: hue angle of 15.48º 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 #FCE5DD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252229221-
CMYK00.090.120.01
HSL15.48º83.78%92.75%-
HSV(B)15.48º12.3%98.82%-
XYZ81.2281.9579.94-
YUV234.97120.12140.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 229 (89.84% from 255) = 32.62%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=35.90%
G=32.62%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222922100.090.120.0115.4883.7892.75
HexFCE5DD09C1f545d
Octal37434533501114117124135
Binary1111110011100101110111010100111001111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5DD; }

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

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

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

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

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

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

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

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