#FDCCDF

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

Shades of Classic Rose #FDCCDF

Tints of Classic Rose #FDCCDF

Color information

#FDCCDF (or 0xFDCCDF) is unknown color: approx Classic Rose. HEX triplet: FD, CC and DF. RGB value is (253,204,223). Sum of RGB (Red+Green+Blue) = 253+204+223=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCDF is #023320. Grayscale: #DCDCDC. Windows color (decimal): -144161 or 14667005. OLE color: 14667005.

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

Color convert

RGB253204223-
CMYK00.190.120.01
HSL336.73º92.45%89.61%-
HSV(B)336.73º19.37%99.22%-
XYZ75.4269.479.23-
YUV220.82129.23150.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=37.21%
G=30%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320422300.190.120.01336.7392.4589.61
HexFDCCDF013C11515c5a
Octal375314337023141521134132
Binary1111110111001100110111110100111100110101000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCDF; }

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

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

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

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

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

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

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

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