#FDC5D9

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

Shades of Classic Rose #FDC5D9

Tints of Classic Rose #FDC5D9

Color information

#FDC5D9 (or 0xFDC5D9) is unknown color: approx Classic Rose. HEX triplet: FD, C5 and D9. RGB value is (253,197,217). Sum of RGB (Red+Green+Blue) = 253+197+217=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5D9 is #023A26. Grayscale: #D8D8D8. Windows color (decimal): -145959 or 14271997. OLE color: 14271997.

HSL color Cylindrical-coordinate representation of color #FDC5D9: hue angle of 338.57º 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 #FDC5D9 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253197217-
CMYK00.220.140.01
HSL338.57º93.33%88.24%-
HSV(B)338.57º22.13%99.22%-
XYZ7365.8274.5-
YUV216.02128.55154.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 197 (77.34% from 255) = 29.54%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=37.93%
G=29.54%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319721700.220.140.01338.5793.3388.24
HexFDC5D9016E11535d58
Octal375305331026161523135130
Binary1111110111000101110110010101101110110101001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5D9; }

 p { color: rgb(253,197,217); }

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

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

 a { background-color: rgb(253,197,217); }

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

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

 span { border-color: rgb(253,197,217); }

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