Shades of Classic Rose #FDC6DB
Tints of Classic Rose #FDC6DB
RGB
CMYK
RGB Variations
Color information
#FDC6DB (or 0xFDC6DB) is known color: Classic Rose. HEX triplet: FD, C6 and DB. RGB value is (253,198,219). Sum of RGB (Red+Green+Blue) = 253+198+219=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6DB is #023924. Grayscale: #D8D8D8. Windows color (decimal): -145701 or 14403325. OLE color: 14403325.
HSL color Cylindrical-coordinate representation of color #FDC6DB: hue angle of 337.09º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6DB is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 198 | 219 | - |
CMYK | 0 | 0.22 | 0.13 | 0.01 |
HSL | 337.09º | 0.93% | 0.88% | - |
HSV(B) | 337.09º | 0.22% | 0.99% | - |
XYZ | 73.49 | 66.39 | 75.96 | - |
YUV | 216.84 | 129.22 | 153.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 198 | 219 | 0 | 0.22 | 0.13 | 0.01 | 337.09 | 0.93 | 0.88 |
Hex | FD | C6 | DB | 0 | 16 | D | 1 | 151 | 5D | 58 |
Octal | 375 | 306 | 333 | 0 | 26 | 15 | 1 | 521 | 135 | 130 |
Binary | 11111101 | 11000110 | 11011011 | 0 | 10110 | 1101 | 1 | 101010001 | 1011101 | 1011000 |
Color Harmonies of #FDC6DB
Complementary color
Monochromatic Colors of #FDC6DB
Black with #FDC6DB
Text Example
Text Example
White with #FDC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6DB; }
p { color: rgb(253,198,219); }
H1.HeaderClassName
{
color: #FDC6DB;
}
.AnyTagClassName
{
color: #FDC6DB;
}
</style>
background-color css
<style>
a { background-color: #FDC6DB; }
a { background-color: rgb(253,198,219); }
div.DivClassName
{
background-color: #FDC6DB;
}
.BgClassName
{
background-color: #FDC6DB;
}
</style>
border-color css
<style>
span { border-color: #FDC6DB; }
span { border-color: rgb(253,198,219); }
td.TdClassName
{
border-color: #FDC6DB;
}
.TagClassName
{
border-color: #FDC6DB;
}
</style>