#FCEDDD

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

Shades of Bridal Heath #FCEDDD

Tints of Bridal Heath #FCEDDD

Color information

#FCEDDD (or 0xFCEDDD) is unknown color: approx Bridal Heath. HEX triplet: FC, ED and DD. RGB value is (252,237,221). Sum of RGB (Red+Green+Blue) = 252+237+221=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDDD is #031222. Grayscale: #EFEFEF. Windows color (decimal): -201251 or 14544380. OLE color: 14544380.

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

Color convert

RGB252237221-
CMYK00.060.120.01
HSL30.97º83.78%92.75%-
HSV(B)30.97º12.3%98.82%-
XYZ83.4886.4880.7-
YUV239.66117.47136.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 221 (86.72% from 255) = 31.13%
R=35.49%
G=33.38%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223722100.060.120.0130.9783.7892.75
HexFCEDDD06C11f545d
Octal3743553350614137124135
Binary1111110011101101110111010110110011111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDDD; }

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

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

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

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

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

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

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

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