Html Css Color HEX #FCEDDE Bridal Heath

📋 copy color: '#FCEDDE'

red 252 ◦ green 237 ◦ blue 222

#FCEDDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bridal Heath #FCEDDE

Tints of Bridal Heath #FCEDDE

RGB

 RED value IS 252 (98.83% from 255) = 35.44%

 GREEN value IS 237 (92.97% from 255) = 33.33%

 BLUE value IS 222 (87.11% from 255) = 31.22%

R = 35.44%
G = 33.33%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCEDDE (or 0xFCEDDE) is known color: Bridal Heath. HEX triplet: FC, ED and DE. RGB value is (252,237,222). Sum of RGB (Red+Green+Blue) = 252+237+222=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDDE is #031221. Grayscale: #EFEFEF. Windows color (decimal): -201250 or 14609916. OLE color: 14609916.

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

Color convert

RGB 252 237 222 -
CMYK 0 0.06 0.12 0.01
HSL 30º 0.83% 0.93% -
HSV(B) 30º 0.12% 0.99% -
XYZ 83.61 86.54 81.4 -
YUV 239.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 252 237 222 0 0.06 0.12 0.01 30 0.83 0.93
Hex FC ED DE 0 6 C 1 1E 53 5D
Octal 374 355 336 0 6 14 1 36 123 135
Binary 11111100 11101101 11011110 0 110 1100 1 11110 1010011 1011101

Color Harmonies of #FCEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDDE

Black with #FCEDDE

Text Example


Text Example

White with #FCEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDDE; }

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

 H1.HeaderClassName
 {
   color: #FCEDDE;
 }
 .AnyTagClassName
 {
   color: #FCEDDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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