#FDC5DA

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

Shades of Classic Rose #FDC5DA

Tints of Classic Rose #FDC5DA

Color information

#FDC5DA (or 0xFDC5DA) is unknown color: approx Classic Rose. HEX triplet: FD, C5 and DA. RGB value is (253,197,218). Sum of RGB (Red+Green+Blue) = 253+197+218=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5DA is #023A25. Grayscale: #D8D8D8. Windows color (decimal): -145958 or 14337533. OLE color: 14337533.

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

Color convert

RGB253197218-
CMYK00.220.140.01
HSL337.5º93.33%88.24%-
HSV(B)337.5º22.13%99.22%-
XYZ73.1365.8875.19-
YUV216.14129.05154.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 197 (77.34% from 255) = 29.49%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=37.87%
G=29.49%
B=32.63%

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
Decimal25319721800.220.140.01337.593.3388.24
HexFDC5DA016E11525d58
Octal375305332026161522135130
Binary1111110111000101110110100101101110110101001010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5DA; }

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

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

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

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

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

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

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

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