#F7D2EC

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

Shades of Classic Rose #F7D2EC

Tints of Classic Rose #F7D2EC

Color information

#F7D2EC (or 0xF7D2EC) is unknown color: approx Classic Rose. HEX triplet: F7, D2 and EC. RGB value is (247,210,236). Sum of RGB (Red+Green+Blue) = 247+210+236=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 210 (82.42% from 255 or 30.30% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D2EC is #082D13. Grayscale: #DFDFDF. Windows color (decimal): -535828 or 15520503. OLE color: 15520503.

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

Color convert

RGB247210236-
CMYK00.150.040.03
HSL317.84º69.81%89.61%-
HSV(B)317.84º14.98%96.86%-
XYZ76.5471.9289.21-
YUV224.03134.76144.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.64%
GREEN value IS 210 (82.42% from 255) = 30.30%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=35.64%
G=30.30%
B=34.05%

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
Decimal24721023600.150.040.03317.8469.8189.61
HexF7D2EC0F4313e465a
Octal36732235401743476106132
Binary111101111101001011101100011111001110011111010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D2EC; }

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

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

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

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

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

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

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

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