Html Css Color HEX #FCEEDE Bridal Heath

📋 copy color: '#FCEEDE'

red 252 ◦ green 238 ◦ blue 222

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

Shades of Bridal Heath #FCEEDE

Tints of Bridal Heath #FCEEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.43%

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

R = 35.39%
G = 33.43%
B = 31.18%

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

#FCEEDE (or 0xFCEEDE) is known color: Bridal Heath. HEX triplet: FC, EE and DE. RGB value is (252,238,222). Sum of RGB (Red+Green+Blue) = 252+238+222=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEDE is #031121. Grayscale: #F0F0F0. Windows color (decimal): -200994 or 14610172. OLE color: 14610172.

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

Color convert

RGB 252 238 222 -
CMYK 0 0.06 0.12 0.01
HSL 32º 0.83% 0.93% -
HSV(B) 32º 0.12% 0.99% -
XYZ 83.9 87.12 81.5 -
YUV 240.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 252 238 222 0 0.06 0.12 0.01 32 0.83 0.93
Hex FC EE DE 0 6 C 1 20 53 5D
Octal 374 356 336 0 6 14 1 40 123 135
Binary 11111100 11101110 11011110 0 110 1100 1 100000 1010011 1011101

Color Harmonies of #FCEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEEDE

Black with #FCEEDE

Text Example


Text Example

White with #FCEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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