#F6C5DC

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

Shades of Classic Rose #F6C5DC

Tints of Classic Rose #F6C5DC

Color information

#F6C5DC (or 0xF6C5DC) is unknown color: approx Classic Rose. HEX triplet: F6, C5 and DC. RGB value is (246,197,220). Sum of RGB (Red+Green+Blue) = 246+197+220=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C5DC is #093A23. Grayscale: #D6D6D6. Windows color (decimal): -604708 or 14468598. OLE color: 14468598.

HSL color Cylindrical-coordinate representation of color #F6C5DC: hue angle of 331.84º 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 #F6C5DC is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246197220-
CMYK00.200.110.04
HSL331.84º73.13%86.86%-
HSV(B)331.84º19.92%96.47%-
XYZ70.8964.6976.46-
YUV214.27131.23150.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 197 (77.34% from 255) = 29.71%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=37.10%
G=29.71%
B=33.18%

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
Decimal24619722000.200.110.04331.8473.1386.86
HexF6C5DC014B414c4957
Octal366305334024134514111127
Binary111101101100010111011100010100101110010100110010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C5DC; }

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

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

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

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

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

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

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

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