#F7EADD

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

Shades of Bridal Heath #F7EADD

Tints of Bridal Heath #F7EADD

Color information

#F7EADD (or 0xF7EADD) is unknown color: approx Bridal Heath. HEX triplet: F7, EA and DD. RGB value is (247,234,221). Sum of RGB (Red+Green+Blue) = 247+234+221=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EADD is #081522. Grayscale: #ECECEC. Windows color (decimal): -529699 or 14543607. OLE color: 14543607.

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

Color convert

RGB247234221-
CMYK00.050.110.03
HSL30º61.9%91.76%-
HSV(B)30º10.53%96.86%-
XYZ80.8383.8480.33-
YUV236.41119.31135.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.19%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=35.19%
G=33.33%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723422100.050.110.033061.991.76
HexF7EADD05B31e3e5c
Octal367352335051333676134
Binary1111011111101010110111010101101111111101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EADD; }

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

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

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

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

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

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

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

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