#F8EADA

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

Shades of Bridal Heath #F8EADA

Tints of Bridal Heath #F8EADA

Color information

#F8EADA (or 0xF8EADA) is unknown color: approx Bridal Heath. HEX triplet: F8, EA and DA. RGB value is (248,234,218). Sum of RGB (Red+Green+Blue) = 248+234+218=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EADA is #071525. Grayscale: #ECECEC. Windows color (decimal): -464166 or 14347000. OLE color: 14347000.

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

Color convert

RGB248234218-
CMYK00.060.120.03
HSL32º68.18%91.37%-
HSV(B)32º12.1%97.25%-
XYZ80.7983.8678.26-
YUV236.36117.64136.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.43%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 218 (85.55% from 255) = 31.14%
R=35.43%
G=33.43%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823421800.060.120.033268.1891.37
HexF8EADA06C320445b
Octal3703523320614340104133
Binary111110001110101011011010011011001110000010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EADA; }

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

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

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

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

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

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

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

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