#F4EADD

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

Shades of Bridal Heath #F4EADD

Tints of Bridal Heath #F4EADD

Color information

#F4EADD (or 0xF4EADD) is unknown color: approx Bridal Heath. HEX triplet: F4, EA and DD. RGB value is (244,234,221). Sum of RGB (Red+Green+Blue) = 244+234+221=699 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.91% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EADD is #0B1522. Grayscale: #EBEBEB. Windows color (decimal): -726307 or 14543604. OLE color: 14543604.

HSL color Cylindrical-coordinate representation of color #F4EADD: hue angle of 33.91º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4EADD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244234221-
CMYK00.040.090.04
HSL33.91º51.11%91.18%-
HSV(B)33.91º9.43%95.69%-
XYZ79.7883.380.28-
YUV235.51119.81134.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.91%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 221 (86.72% from 255) = 31.62%
R=34.91%
G=33.48%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423422100.040.090.0433.9151.1191.18
HexF4EADD049422335b
Octal364352335041144263133
Binary111101001110101011011101010010011001000101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EADD; }

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

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

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

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

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

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

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

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