Shades of Classic Rose #FDCCE4
Tints of Classic Rose #FDCCE4
RGB
CMYK
RGB Variations
Color information
#FDCCE4 (or 0xFDCCE4) is known color: 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
| RGB | 253 | 204 | 228 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.01 |
| HSL | 330.61º | 0.92% | 0.9% | - |
| HSV(B) | 330.61º | 0.19% | 0.99% | - |
| XYZ | 76.1 | 69.67 | 82.84 | - |
| YUV | 221.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 228 | 0 | 0.19 | 0.10 | 0.01 | 330.61 | 0.92 | 0.9 |
| Hex | FD | CC | E4 | 0 | 13 | A | 1 | 14B | 5C | 5A |
| Octal | 375 | 314 | 344 | 0 | 23 | 12 | 1 | 513 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11100100 | 0 | 10011 | 1010 | 1 | 101001011 | 1011100 | 1011010 |
Color Harmonies of #FDCCE4
Complementary color
Monochromatic Colors of #FDCCE4
Black with #FDCCE4
Text Example
Text Example
White with #FDCCE4
Text Example
Text Example
HTML Codes & Css Web 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>