#FDC5ED

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

Shades of Classic Rose #FDC5ED

Tints of Classic Rose #FDC5ED

Color information

#FDC5ED (or 0xFDC5ED) is unknown color: approx Classic Rose. HEX triplet: FD, C5 and ED. RGB value is (253,197,237). Sum of RGB (Red+Green+Blue) = 253+197+237=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5ED is #023A12. Grayscale: #DADADA. Windows color (decimal): -145939 or 15582717. OLE color: 15582717.

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

Color convert

RGB253197237-
CMYK00.220.060.01
HSL317.14º93.33%88.24%-
HSV(B)317.14º22.13%99.22%-
XYZ75.7666.9389.05-
YUV218.3138.55152.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 197 (77.34% from 255) = 28.68%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=36.83%
G=28.68%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319723700.220.060.01317.1493.3388.24
HexFDC5ED0166113d5d58
Octal37530535502661475135130
Binary111111011100010111101101010110110110011110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5ED; }

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

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

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

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

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

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

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

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