#F7CCDC

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

Shades of Classic Rose #F7CCDC

Tints of Classic Rose #F7CCDC

Color information

#F7CCDC (or 0xF7CCDC) is unknown color: approx Classic Rose. HEX triplet: F7, CC and DC. RGB value is (247,204,220). Sum of RGB (Red+Green+Blue) = 247+204+220=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCDC is #083323. Grayscale: #DADADA. Windows color (decimal): -537380 or 14470391. OLE color: 14470391.

HSL color Cylindrical-coordinate representation of color #F7CCDC: hue angle of 337.67º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CCDC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247204220-
CMYK00.170.110.03
HSL337.67º72.88%88.43%-
HSV(B)337.67º17.41%96.86%-
XYZ72.8768.1377.02-
YUV218.68128.75148.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.81%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=36.81%
G=30.40%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720422000.170.110.03337.6772.8888.43
HexF7CCDC011B31524958
Octal367314334021133522111130
Binary11110111110011001101110001000110111110101001010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCDC; }

 p { color: rgb(247,204,220); }

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

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

 a { background-color: rgb(247,204,220); }

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

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

 span { border-color: rgb(247,204,220); }

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