#F7EADA

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

Shades of Bridal Heath #F7EADA

Tints of Bridal Heath #F7EADA

Color information

#F7EADA (or 0xF7EADA) is unknown color: approx Bridal Heath. HEX triplet: F7, EA and DA. RGB value is (247,234,218). Sum of RGB (Red+Green+Blue) = 247+234+218=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EADA is #081525. Grayscale: #ECECEC. Windows color (decimal): -529702 or 14346999. OLE color: 14346999.

HSL color Cylindrical-coordinate representation of color #F7EADA: hue angle of 33.1º degrees, saturation: 0.64, 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 #F7EADA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247234218-
CMYK00.050.120.03
HSL33.1º64.44%91.18%-
HSV(B)33.1º11.74%96.86%-
XYZ80.4483.6878.24-
YUV236.06117.81135.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.34%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=35.34%
G=33.48%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723421800.050.120.0333.164.4491.18
HexF7EADA05C321405b
Octal3673523320514341100133
Binary111101111110101011011010010111001110000110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EADA; }

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

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

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

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

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

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

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

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