#F7ECE1

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

Shades of Bridal Heath #F7ECE1

Tints of Bridal Heath #F7ECE1

Color information

#F7ECE1 (or 0xF7ECE1) is unknown color: approx Bridal Heath. HEX triplet: F7, EC and E1. RGB value is (247,236,225). Sum of RGB (Red+Green+Blue) = 247+236+225=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 225 (88.28% from 255 or 31.78% from 708); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7ECE1 is #08131E. Grayscale: #EEEEEE. Windows color (decimal): -529183 or 14806263. OLE color: 14806263.

HSL color Cylindrical-coordinate representation of color #F7ECE1: hue angle of 30º degrees, saturation: 0.58, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7ECE1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247236225-
CMYK00.040.090.03
HSL30º57.89%92.55%-
HSV(B)30º8.91%96.86%-
XYZ81.9485.283.36-
YUV238.04120.64134.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.89%
GREEN value IS 236 (92.58% from 255) = 33.33%
BLUE value IS 225 (88.28% from 255) = 31.78%
R=34.89%
G=33.33%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723622500.040.090.033057.8992.55
HexF7ECE104931e3a5d
Octal367354341041133672135
Binary1111011111101100111000010100100111111101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ECE1; }

 p { color: rgb(247,236,225); }

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

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

 a { background-color: rgb(247,236,225); }

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

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

 span { border-color: rgb(247,236,225); }

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