#F7D1EC

Color #F7D1EC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F7D1EC

Tints of Classic Rose #F7D1EC

Color information

#F7D1EC (or 0xF7D1EC) is unknown color: approx Classic Rose. HEX triplet: F7, D1 and EC. RGB value is (247,209,236). Sum of RGB (Red+Green+Blue) = 247+209+236=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 209 (82.03% from 255 or 30.20% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D1EC is #082E13. Grayscale: #DFDFDF. Windows color (decimal): -536084 or 15520247. OLE color: 15520247.

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

Color convert

RGB247209236-
CMYK00.150.040.03
HSL317.37º70.37%89.41%-
HSV(B)317.37º15.38%96.86%-
XYZ76.371.4389.12-
YUV223.44135.09144.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.69%
GREEN value IS 209 (82.03% from 255) = 30.20%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=35.69%
G=30.20%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720923600.150.040.03317.3770.3789.41
HexF7D1EC0F4313d4659
Octal36732135401743475106131
Binary111101111101000111101100011111001110011110110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D1EC; }

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

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

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

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

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

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

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

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