#F5EBE0

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

Shades of Bridal Heath #F5EBE0

Tints of Bridal Heath #F5EBE0

Color information

#F5EBE0 (or 0xF5EBE0) is unknown color: approx Bridal Heath. HEX triplet: F5, EB and E0. RGB value is (245,235,224). Sum of RGB (Red+Green+Blue) = 245+235+224=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 224 (87.89% from 255 or 31.82% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBE0 is #0A141F. Grayscale: #ECECEC. Windows color (decimal): -660512 or 14740469. OLE color: 14740469.

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

Color convert

RGB245235224-
CMYK00.040.090.04
HSL31.43º51.22%91.96%-
HSV(B)31.43º8.57%96.08%-
XYZ80.8284.2182.52-
YUV236.74120.81133.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.80%
GREEN value IS 235 (92.19% from 255) = 33.38%
BLUE value IS 224 (87.89% from 255) = 31.82%
R=34.80%
G=33.38%
B=31.82%

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
Decimal24523522400.040.090.0431.4351.2291.96
HexF5EBE004941f335c
Octal365353340041143763134
Binary11110101111010111110000001001001100111111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBE0; }

 p { color: rgb(245,235,224); }

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

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

 a { background-color: rgb(245,235,224); }

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

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

 span { border-color: rgb(245,235,224); }

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