#F9EADC

Color #F9EADC Bridal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bridal Heath #F9EADC

Tints of Bridal Heath #F9EADC

Color information

#F9EADC (or 0xF9EADC) is unknown color: approx Bridal Heath. HEX triplet: F9, EA and DC. RGB value is (249,234,220). Sum of RGB (Red+Green+Blue) = 249+234+220=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EADC is #061523. Grayscale: #ECECEC. Windows color (decimal): -398628 or 14478073. OLE color: 14478073.

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

Color convert

RGB249234220-
CMYK00.060.120.02
HSL28.97º70.73%91.96%-
HSV(B)28.97º11.65%97.65%-
XYZ81.4184.1579.66-
YUV236.89118.47136.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.42%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 220 (86.33% from 255) = 31.29%
R=35.42%
G=33.29%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923422000.060.120.0228.9770.7391.96
HexF9EADC06C21d475c
Octal3713523340614235107134
Binary11111001111010101101110001101100101110110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EADC; }

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

 H1.HeaderClassName
 {
   color: #F9EADC;
 }
 .AnyTagClassName
 {
   color: #F9EADC;
 }
</style>
background-color css

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

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

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

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

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

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