Shades of Classic Rose #FDCCDF
Tints of Classic Rose #FDCCDF
RGB
CMYK
RGB Variations
Color information
#FDCCDF (or 0xFDCCDF) is known color: 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
| RGB | 253 | 204 | 223 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.01 |
| HSL | 336.73º | 0.92% | 0.9% | - |
| HSV(B) | 336.73º | 0.19% | 0.99% | - |
| XYZ | 75.42 | 69.4 | 79.23 | - |
| YUV | 220.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 223 | 0 | 0.19 | 0.12 | 0.01 | 336.73 | 0.92 | 0.9 |
| Hex | FD | CC | DF | 0 | 13 | C | 1 | 151 | 5C | 5A |
| Octal | 375 | 314 | 337 | 0 | 23 | 14 | 1 | 521 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11011111 | 0 | 10011 | 1100 | 1 | 101010001 | 1011100 | 1011010 |
Color Harmonies of #FDCCDF
Complementary color
Monochromatic Colors of #FDCCDF
Black with #FDCCDF
Text Example
Text Example
White with #FDCCDF
Text Example
Text Example
HTML Codes & Css Web 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>