#FCEDDC

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

Shades of Bridal Heath #FCEDDC

Tints of Bridal Heath #FCEDDC

Color information

#FCEDDC (or 0xFCEDDC) is unknown color: approx Bridal Heath. HEX triplet: FC, ED and DC. RGB value is (252,237,220). Sum of RGB (Red+Green+Blue) = 252+237+220=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDDC is #031223. Grayscale: #EFEFEF. Windows color (decimal): -201252 or 14478844. OLE color: 14478844.

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

Color convert

RGB252237220-
CMYK00.060.130.01
HSL31.88º84.21%92.55%-
HSV(B)31.88º12.7%98.82%-
XYZ83.3586.4380-
YUV239.55116.97136.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 237 (92.97% from 255) = 33.43%
BLUE value IS 220 (86.33% from 255) = 31.03%
R=35.54%
G=33.43%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223722000.060.130.0131.8884.2192.55
HexFCEDDC06D120545d
Octal3743553340615140124135
Binary11111100111011011101110001101101110000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDDC; }

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

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

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

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

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

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

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

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