#FDC5DD

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

Shades of Classic Rose #FDC5DD

Tints of Classic Rose #FDC5DD

Color information

#FDC5DD (or 0xFDC5DD) is unknown color: approx Classic Rose. HEX triplet: FD, C5 and DD. RGB value is (253,197,221). Sum of RGB (Red+Green+Blue) = 253+197+221=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5DD is #023A22. Grayscale: #D8D8D8. Windows color (decimal): -145955 or 14534141. OLE color: 14534141.

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

Color convert

RGB253197221-
CMYK00.220.130.01
HSL334.29º93.33%88.24%-
HSV(B)334.29º22.13%99.22%-
XYZ73.5366.0477.28-
YUV216.48130.55154.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 197 (77.34% from 255) = 29.36%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=37.70%
G=29.36%
B=32.94%

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
Decimal25319722100.220.130.01334.2993.3388.24
HexFDC5DD016D114e5d58
Octal375305335026151516135130
Binary1111110111000101110111010101101101110100111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5DD; }

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

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

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

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

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

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

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

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