#F4EADE

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

Shades of Bridal Heath #F4EADE

Tints of Bridal Heath #F4EADE

Color information

#F4EADE (or 0xF4EADE) is unknown color: approx Bridal Heath. HEX triplet: F4, EA and DE. RGB value is (244,234,222). Sum of RGB (Red+Green+Blue) = 244+234+222=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EADE is #0B1521. Grayscale: #EBEBEB. Windows color (decimal): -726306 or 14609140. OLE color: 14609140.

HSL color Cylindrical-coordinate representation of color #F4EADE: hue angle of 32.73º degrees, saturation: 0.5, 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 #F4EADE is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244234222-
CMYK00.040.090.04
HSL32.73º50%91.37%-
HSV(B)32.73º9.02%95.69%-
XYZ79.9283.3580.98-
YUV235.62120.31133.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.86%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 222 (87.11% from 255) = 31.71%
R=34.86%
G=33.43%
B=31.71%

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
Decimal24423422200.040.090.0432.735091.37
HexF4EADE049421325b
Octal364352336041144162133
Binary111101001110101011011110010010011001000011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EADE; }

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

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

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

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

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

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

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

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