#FDC6DC

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

Shades of Classic Rose #FDC6DC

Tints of Classic Rose #FDC6DC

Color information

#FDC6DC (or 0xFDC6DC) is unknown color: approx Classic Rose. HEX triplet: FD, C6 and DC. RGB value is (253,198,220). Sum of RGB (Red+Green+Blue) = 253+198+220=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6DC is #023923. Grayscale: #D8D8D8. Windows color (decimal): -145700 or 14468861. OLE color: 14468861.

HSL color Cylindrical-coordinate representation of color #FDC6DC: hue angle of 336º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6DC is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253198220-
CMYK00.220.130.01
HSL336º93.22%88.43%-
HSV(B)336º21.74%99.22%-
XYZ73.6266.4476.65-
YUV216.95129.72153.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 198 (77.73% from 255) = 29.51%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=37.70%
G=29.51%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319822000.220.130.0133693.2288.43
HexFDC6DC016D11505d58
Octal375306334026151520135130
Binary1111110111000110110111000101101101110101000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6DC; }

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

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

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

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

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

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

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

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