#F7C2DE

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

Shades of Classic Rose #F7C2DE

Tints of Classic Rose #F7C2DE

Color information

#F7C2DE (or 0xF7C2DE) is unknown color: approx Classic Rose. HEX triplet: F7, C2 and DE. RGB value is (247,194,222). Sum of RGB (Red+Green+Blue) = 247+194+222=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2DE is #083D21. Grayscale: #D4D4D4. Windows color (decimal): -539938 or 14598903. OLE color: 14598903.

HSL color Cylindrical-coordinate representation of color #F7C2DE: hue angle of 328.3º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2DE is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247194222-
CMYK00.210.100.03
HSL328.3º76.81%86.47%-
HSV(B)328.3º21.46%96.86%-
XYZ70.8363.6377.66-
YUV213.04133.06152.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 194 (76.17% from 255) = 29.26%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=37.25%
G=29.26%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719422200.210.100.03328.376.8186.47
HexF7C2DE015A31484d56
Octal367302336025123510115126
Binary11110111110000101101111001010110101110100100010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2DE; }

 p { color: rgb(247,194,222); }

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

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

 a { background-color: rgb(247,194,222); }

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

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

 span { border-color: rgb(247,194,222); }

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