#F7C9DC

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

Shades of Classic Rose #F7C9DC

Tints of Classic Rose #F7C9DC

Color information

#F7C9DC (or 0xF7C9DC) is unknown color: approx Classic Rose. HEX triplet: F7, C9 and DC. RGB value is (247,201,220). Sum of RGB (Red+Green+Blue) = 247+201+220=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9DC is #083623. Grayscale: #D8D8D8. Windows color (decimal): -538148 or 14469623. OLE color: 14469623.

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

Color convert

RGB247201220-
CMYK00.190.110.03
HSL335.22º74.19%87.84%-
HSV(B)335.22º18.62%96.86%-
XYZ72.1666.7176.78-
YUV216.92129.74149.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 201 (78.91% from 255) = 30.09%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=36.98%
G=30.09%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720122000.190.110.03335.2274.1987.84
HexF7C9DC013B314f4a58
Octal367311334023133517112130
Binary11110111110010011101110001001110111110100111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C9DC; }

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

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

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

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

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

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

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

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