Html Css Color HEX #FCEEE0 Bridal Heath

📋 copy color: '#FCEEE0'

red 252 ◦ green 238 ◦ blue 224

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

Shades of Bridal Heath #FCEEE0

Tints of Bridal Heath #FCEEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 31.37%

R = 35.29%
G = 33.33%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCEEE0 (or 0xFCEEE0) is known color: Bridal Heath. HEX triplet: FC, EE and E0. RGB value is (252,238,224). Sum of RGB (Red+Green+Blue) = 252+238+224=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEE0 is #03111F. Grayscale: #F0F0F0. Windows color (decimal): -200992 or 14741244. OLE color: 14741244.

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

Color convert

RGB 252 238 224 -
CMYK 0 0.06 0.11 0.01
HSL 30º 0.82% 0.93% -
HSV(B) 30º 0.11% 0.99% -
XYZ 84.17 87.23 82.92 -
YUV 240.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 252 238 224 0 0.06 0.11 0.01 30 0.82 0.93
Hex FC EE E0 0 6 B 1 1E 52 5D
Octal 374 356 340 0 6 13 1 36 122 135
Binary 11111100 11101110 11100000 0 110 1011 1 11110 1010010 1011101

Color Harmonies of #FCEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEEE0

Black with #FCEEE0

Text Example


Text Example

White with #FCEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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