#FDCCE4

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

Shades of Classic Rose #FDCCE4

Tints of Classic Rose #FDCCE4

Color information

#FDCCE4 (or 0xFDCCE4) is unknown color: approx Classic Rose. HEX triplet: FD, CC and E4. RGB value is (253,204,228). Sum of RGB (Red+Green+Blue) = 253+204+228=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCE4 is #02331B. Grayscale: #DDDDDD. Windows color (decimal): -144156 or 14994685. OLE color: 14994685.

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

Color convert

RGB253204228-
CMYK00.190.100.01
HSL330.61º92.45%89.61%-
HSV(B)330.61º19.37%99.22%-
XYZ76.169.6782.84-
YUV221.39131.73150.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 204 (80.08% from 255) = 29.78%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=36.93%
G=29.78%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320422800.190.100.01330.6192.4589.61
HexFDCCE4013A114b5c5a
Octal375314344023121513134132
Binary1111110111001100111001000100111010110100101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCE4; }

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

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

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

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

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

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

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

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