Shades of Classic Rose #FDCCE6
Tints of Classic Rose #FDCCE6
RGB
CMYK
RGB Variations
Color information
#FDCCE6 (or 0xFDCCE6) is known color: Classic Rose. HEX triplet: FD, CC and E6. RGB value is (253,204,230). Sum of RGB (Red+Green+Blue) = 253+204+230=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCE6 is #023319. Grayscale: #DDDDDD. Windows color (decimal): -144154 or 15125757. OLE color: 15125757.
HSL color Cylindrical-coordinate representation of color #FDCCE6: hue angle of 328.16º 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 #FDCCE6 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 230 | - |
CMYK | 0 | 0.19 | 0.09 | 0.01 |
HSL | 328.16º | 0.92% | 0.9% | - |
HSV(B) | 328.16º | 0.19% | 0.99% | - |
XYZ | 76.38 | 69.78 | 84.31 | - |
YUV | 221.62 | 132.73 | 150.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 230 | 0 | 0.19 | 0.09 | 0.01 | 328.16 | 0.92 | 0.9 |
Hex | FD | CC | E6 | 0 | 13 | 9 | 1 | 148 | 5C | 5A |
Octal | 375 | 314 | 346 | 0 | 23 | 11 | 1 | 510 | 134 | 132 |
Binary | 11111101 | 11001100 | 11100110 | 0 | 10011 | 1001 | 1 | 101001000 | 1011100 | 1011010 |
Color Harmonies of #FDCCE6
Complementary color
Monochromatic Colors of #FDCCE6
Black with #FDCCE6
Text Example
Text Example
White with #FDCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCE6; }
p { color: rgb(253,204,230); }
H1.HeaderClassName
{
color: #FDCCE6;
}
.AnyTagClassName
{
color: #FDCCE6;
}
</style>
background-color css
<style>
a { background-color: #FDCCE6; }
a { background-color: rgb(253,204,230); }
div.DivClassName
{
background-color: #FDCCE6;
}
.BgClassName
{
background-color: #FDCCE6;
}
</style>
border-color css
<style>
span { border-color: #FDCCE6; }
span { border-color: rgb(253,204,230); }
td.TdClassName
{
border-color: #FDCCE6;
}
.TagClassName
{
border-color: #FDCCE6;
}
</style>