#FDCCE0

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

Shades of Classic Rose #FDCCE0

Tints of Classic Rose #FDCCE0

Color information

#FDCCE0 (or 0xFDCCE0) is unknown color: approx Classic Rose. HEX triplet: FD, CC and E0. RGB value is (253,204,224). Sum of RGB (Red+Green+Blue) = 253+204+224=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCE0 is #02331F. Grayscale: #DCDCDC. Windows color (decimal): -144160 or 14732541. OLE color: 14732541.

HSL color Cylindrical-coordinate representation of color #FDCCE0: hue angle of 335.51º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCE0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253204224-
CMYK00.190.110.01
HSL335.51º92.45%89.61%-
HSV(B)335.51º19.37%99.22%-
XYZ75.5669.4579.94-
YUV220.93129.73150.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=37.15%
G=29.96%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320422400.190.110.01335.5192.4589.61
HexFDCCE0013B11505c5a
Octal375314340023131520134132
Binary1111110111001100111000000100111011110101000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCE0; }

 p { color: rgb(253,204,224); }

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

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

 a { background-color: rgb(253,204,224); }

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

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

 span { border-color: rgb(253,204,224); }

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