#FDC2E9

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

Shades of Classic Rose #FDC2E9

Tints of Classic Rose #FDC2E9

Color information

#FDC2E9 (or 0xFDC2E9) is unknown color: approx Classic Rose. HEX triplet: FD, C2 and E9. RGB value is (253,194,233). Sum of RGB (Red+Green+Blue) = 253+194+233=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2E9 is #023D16. Grayscale: #D7D7D7. Windows color (decimal): -146711 or 15319805. OLE color: 15319805.

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

Color convert

RGB253194233-
CMYK00.230.080.01
HSL320.34º93.65%87.65%-
HSV(B)320.34º23.32%99.22%-
XYZ74.5165.3585.78-
YUV216.09137.55154.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 194 (76.17% from 255) = 28.53%
BLUE value IS 233 (91.41% from 255) = 34.26%
R=37.21%
G=28.53%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319423300.230.080.01320.3493.6587.65
HexFDC2E9017811405e58
Octal375302351027101500136130
Binary1111110111000010111010010101111000110100000010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2E9; }

 p { color: rgb(253,194,233); }

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

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

 a { background-color: rgb(253,194,233); }

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

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

 span { border-color: rgb(253,194,233); }

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