#F3EADE

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

Shades of Bridal Heath #F3EADE

Tints of Bridal Heath #F3EADE

Color information

#F3EADE (or 0xF3EADE) is unknown color: approx Bridal Heath. HEX triplet: F3, EA and DE. RGB value is (243,234,222). Sum of RGB (Red+Green+Blue) = 243+234+222=699 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.76% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EADE is #0C1521. Grayscale: #EBEBEB. Windows color (decimal): -791842 or 14609139. OLE color: 14609139.

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

Color convert

RGB243234222-
CMYK00.040.090.05
HSL34.29º46.67%91.18%-
HSV(B)34.29º8.64%95.29%-
XYZ79.5783.1780.97-
YUV235.32120.48133.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.76%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=34.76%
G=33.48%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323422200.040.090.0534.2946.6791.18
HexF3EADE0495222f5b
Octal363352336041154257133
Binary111100111110101011011110010010011011000101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EADE; }

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

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

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

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

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

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

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

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