Html Css Color HEX #F9ECDD Bridal Heath

📋 copy color: '#F9ECDD'

red 249 ◦ green 236 ◦ blue 221

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

Shades of Bridal Heath #F9ECDD

Tints of Bridal Heath #F9ECDD

RGB

 RED value IS 249 (97.66% from 255) = 35.27%

 GREEN value IS 236 (92.58% from 255) = 33.43%

 BLUE value IS 221 (86.72% from 255) = 31.3%

R = 35.27%
G = 33.43%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9ECDD (or 0xF9ECDD) is known color: Bridal Heath. HEX triplet: F9, EC and DD. RGB value is (249,236,221). Sum of RGB (Red+Green+Blue) = 249+236+221=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECDD is #061322. Grayscale: #EEEEEE. Windows color (decimal): -398115 or 14544121. OLE color: 14544121.

HSL color Cylindrical-coordinate representation of color #F9ECDD: hue angle of 32.14º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9ECDD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 236 221 -
CMYK 0 0.05 0.11 0.02
HSL 32.14º 0.7% 0.92% -
HSV(B) 32.14º 0.11% 0.98% -
XYZ 82.11 85.35 80.55 -
YUV 238.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 249 236 221 0 0.05 0.11 0.02 32.14 0.7 0.92
Hex F9 EC DD 0 5 B 2 20 46 5C
Octal 371 354 335 0 5 13 2 40 106 134
Binary 11111001 11101100 11011101 0 101 1011 10 100000 1000110 1011100

Color Harmonies of #F9ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ECDD

Black with #F9ECDD

Text Example


Text Example

White with #F9ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ECDD; }

 p { color: rgb(249,236,221); }

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

background-color css

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

 a { background-color: rgb(249,236,221); }

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

border-color css

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

 span { border-color: rgb(249,236,221); }

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