#F5ECE2

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

Shades of Bridal Heath #F5ECE2

Tints of Bridal Heath #F5ECE2

Color information

#F5ECE2 (or 0xF5ECE2) is unknown color: approx Bridal Heath. HEX triplet: F5, EC and E2. RGB value is (245,236,226). Sum of RGB (Red+Green+Blue) = 245+236+226=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECE2 is #0A131D. Grayscale: #EDEDED. Windows color (decimal): -660254 or 14871797. OLE color: 14871797.

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

Color convert

RGB245236226-
CMYK00.040.080.04
HSL31.58º48.72%92.35%-
HSV(B)31.58º7.76%96.08%-
XYZ81.3884.8984.05-
YUV237.55121.48133.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.65%
GREEN value IS 236 (92.58% from 255) = 33.38%
BLUE value IS 226 (88.67% from 255) = 31.97%
R=34.65%
G=33.38%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523622600.040.080.0431.5848.7292.35
HexF5ECE2048420315c
Octal365354342041044061134
Binary111101011110110011100010010010001001000001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECE2; }

 p { color: rgb(245,236,226); }

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

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

 a { background-color: rgb(245,236,226); }

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

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

 span { border-color: rgb(245,236,226); }

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