#F8EADC

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

Shades of Bridal Heath #F8EADC

Tints of Bridal Heath #F8EADC

Color information

#F8EADC (or 0xF8EADC) is unknown color: approx Bridal Heath. HEX triplet: F8, EA and DC. RGB value is (248,234,220). Sum of RGB (Red+Green+Blue) = 248+234+220=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EADC is #071523. Grayscale: #ECECEC. Windows color (decimal): -464164 or 14478072. OLE color: 14478072.

HSL color Cylindrical-coordinate representation of color #F8EADC: hue angle of 30º degrees, saturation: 0.67, 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 #F8EADC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248234220-
CMYK00.060.110.03
HSL30º66.67%91.76%-
HSV(B)30º11.29%97.25%-
XYZ81.0583.9779.65-
YUV236.59118.64136.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.33%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=35.33%
G=33.33%
B=31.34%

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
Decimal24823422000.060.110.033066.6791.76
HexF8EADC06B31e435c
Octal3703523340613336103134
Binary11111000111010101101110001101011111111010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EADC; }

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

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

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

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

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

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

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

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