#FDC0E5

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

Shades of Classic Rose #FDC0E5

Tints of Classic Rose #FDC0E5

Color information

#FDC0E5 (or 0xFDC0E5) is unknown color: approx Classic Rose. HEX triplet: FD, C0 and E5. RGB value is (253,192,229). Sum of RGB (Red+Green+Blue) = 253+192+229=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0E5 is #023F1A. Grayscale: #D6D6D6. Windows color (decimal): -147227 or 15057149. OLE color: 15057149.

HSL color Cylindrical-coordinate representation of color #FDC0E5: hue angle of 323.61º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC0E5 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253192229-
CMYK00.240.090.01
HSL323.61º93.85%87.25%-
HSV(B)323.61º24.11%99.22%-
XYZ73.564.2482.65-
YUV214.46136.21155.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 192 (75.39% from 255) = 28.49%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=37.54%
G=28.49%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319222900.240.090.01323.6193.8587.25
HexFDC0E5018911445e57
Octal375300345030111504136127
Binary1111110111000000111001010110001001110100010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC0E5; }

 p { color: rgb(253,192,229); }

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

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

 a { background-color: rgb(253,192,229); }

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

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

 span { border-color: rgb(253,192,229); }

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