Html Css Color HEX #F9ECDC Bridal Heath

📋 copy color: '#F9ECDC'

red 249 ◦ green 236 ◦ blue 220

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

Shades of Bridal Heath #F9ECDC

Tints of Bridal Heath #F9ECDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.21%

R = 35.32%
G = 33.48%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9ECDC (or 0xF9ECDC) is known color: Bridal Heath. HEX triplet: F9, EC and DC. RGB value is (249,236,220). Sum of RGB (Red+Green+Blue) = 249+236+220=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECDC is #061323. Grayscale: #EEEEEE. Windows color (decimal): -398116 or 14478585. OLE color: 14478585.

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

Color convert

RGB 249 236 220 -
CMYK 0 0.05 0.12 0.02
HSL 33.1º 0.71% 0.92% -
HSV(B) 33.1º 0.12% 0.98% -
XYZ 81.98 85.3 79.85 -
YUV 238.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 249 236 220 0 0.05 0.12 0.02 33.1 0.71 0.92
Hex F9 EC DC 0 5 C 2 21 47 5C
Octal 371 354 334 0 5 14 2 41 107 134
Binary 11111001 11101100 11011100 0 101 1100 10 100001 1000111 1011100

Color Harmonies of #F9ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ECDC

Black with #F9ECDC

Text Example


Text Example

White with #F9ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ECDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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