#F7D3EC

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

Shades of Classic Rose #F7D3EC

Tints of Classic Rose #F7D3EC

Color information

#F7D3EC (or 0xF7D3EC) is unknown color: approx Classic Rose. HEX triplet: F7, D3 and EC. RGB value is (247,211,236). Sum of RGB (Red+Green+Blue) = 247+211+236=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 211 (82.81% from 255 or 30.40% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D3EC is #082C13. Grayscale: #E0E0E0. Windows color (decimal): -535572 or 15520759. OLE color: 15520759.

HSL color Cylindrical-coordinate representation of color #F7D3EC: hue angle of 318.33º degrees, saturation: 0.69, 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 #F7D3EC is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247211236-
CMYK00.150.040.03
HSL318.33º69.23%89.8%-
HSV(B)318.33º14.57%96.86%-
XYZ76.7972.4289.29-
YUV224.61134.43143.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.59%
GREEN value IS 211 (82.81% from 255) = 30.40%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=35.59%
G=30.40%
B=34.01%

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
Decimal24721123600.150.040.03318.3369.2389.8
HexF7D3EC0F4313e455a
Octal36732335401743476105132
Binary111101111101001111101100011111001110011111010001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D3EC; }

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

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

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

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

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

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

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

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