#F8EADD

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

Shades of Bridal Heath #F8EADD

Tints of Bridal Heath #F8EADD

Color information

#F8EADD (or 0xF8EADD) is unknown color: approx Bridal Heath. HEX triplet: F8, EA and DD. RGB value is (248,234,221). Sum of RGB (Red+Green+Blue) = 248+234+221=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EADD is #071522. Grayscale: #ECECEC. Windows color (decimal): -464163 or 14543608. OLE color: 14543608.

HSL color Cylindrical-coordinate representation of color #F8EADD: hue angle of 28.89º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8EADD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248234221-
CMYK00.060.110.03
HSL28.89º65.85%91.96%-
HSV(B)28.89º10.89%97.25%-
XYZ81.1984.0280.35-
YUV236.7119.14136.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.28%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 221 (86.72% from 255) = 31.44%
R=35.28%
G=33.29%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823422100.060.110.0328.8965.8591.96
HexF8EADD06B31d425c
Octal3703523350613335102134
Binary11111000111010101101110101101011111110110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EADD; }

 p { color: rgb(248,234,221); }

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

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

 a { background-color: rgb(248,234,221); }

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

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

 span { border-color: rgb(248,234,221); }

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