#F6C6DC

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

Shades of Classic Rose #F6C6DC

Tints of Classic Rose #F6C6DC

Color information

#F6C6DC (or 0xF6C6DC) is unknown color: approx Classic Rose. HEX triplet: F6, C6 and DC. RGB value is (246,198,220). Sum of RGB (Red+Green+Blue) = 246+198+220=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C6DC is #093923. Grayscale: #D6D6D6. Windows color (decimal): -604452 or 14468854. OLE color: 14468854.

HSL color Cylindrical-coordinate representation of color #F6C6DC: hue angle of 332.5º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C6DC is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246198220-
CMYK00.200.110.04
HSL332.5º72.73%87.06%-
HSV(B)332.5º19.51%96.47%-
XYZ71.1265.1576.54-
YUV214.86130.9150.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.05%
GREEN value IS 198 (77.73% from 255) = 29.82%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=37.05%
G=29.82%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619822000.200.110.04332.572.7387.06
HexF6C6DC014B414c4957
Octal366306334024134514111127
Binary111101101100011011011100010100101110010100110010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C6DC; }

 p { color: rgb(246,198,220); }

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

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

 a { background-color: rgb(246,198,220); }

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

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

 span { border-color: rgb(246,198,220); }

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