#F9EADA

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

Shades of Bridal Heath #F9EADA

Tints of Bridal Heath #F9EADA

Color information

#F9EADA (or 0xF9EADA) is unknown color: approx Bridal Heath. HEX triplet: F9, EA and DA. RGB value is (249,234,218). Sum of RGB (Red+Green+Blue) = 249+234+218=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EADA is #061525. Grayscale: #ECECEC. Windows color (decimal): -398630 or 14347001. OLE color: 14347001.

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

Color convert

RGB249234218-
CMYK00.060.120.02
HSL30.97º72.09%91.57%-
HSV(B)30.97º12.45%97.65%-
XYZ81.1484.0578.28-
YUV236.66117.47136.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.52%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 218 (85.55% from 255) = 31.10%
R=35.52%
G=33.38%
B=31.10%

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
Decimal24923421800.060.120.0230.9772.0991.57
HexF9EADA06C21f485c
Octal3713523320614237110134
Binary11111001111010101101101001101100101111110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EADA; }

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

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

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

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

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

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

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

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