Shades of Classic Rose #FDC6F1
Tints of Classic Rose #FDC6F1
RGB
CMYK
RGB Variations
Color information
#FDC6F1 (or 0xFDC6F1) is known color: Classic Rose. HEX triplet: FD, C6 and F1. RGB value is (253,198,241). Sum of RGB (Red+Green+Blue) = 253+198+241=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 198 (77.73% from 255 or 28.61% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6F1 is #02390E. Grayscale: #DBDBDB. Windows color (decimal): -145679 or 15845117. OLE color: 15845117.
HSL color Cylindrical-coordinate representation of color #FDC6F1: hue angle of 313.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 #FDC6F1 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 241 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.01 |
| HSL | 313.09º | 0.93% | 0.88% | - |
| HSV(B) | 313.09º | 0.22% | 0.99% | - |
| XYZ | 76.58 | 67.62 | 92.24 | - |
| YUV | 219.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 241 | 0 | 0.22 | 0.05 | 0.01 | 313.09 | 0.93 | 0.88 |
| Hex | FD | C6 | F1 | 0 | 16 | 5 | 1 | 139 | 5D | 58 |
| Octal | 375 | 306 | 361 | 0 | 26 | 5 | 1 | 471 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11110001 | 0 | 10110 | 101 | 1 | 100111001 | 1011101 | 1011000 |
Color Harmonies of #FDC6F1
Complementary color
Monochromatic Colors of #FDC6F1
Black with #FDC6F1
Text Example
Text Example
White with #FDC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6F1; }
p { color: rgb(253,198,241); }
H1.HeaderClassName
{
color: #FDC6F1;
}
.AnyTagClassName
{
color: #FDC6F1;
}
</style>
background-color css
<style>
a { background-color: #FDC6F1; }
a { background-color: rgb(253,198,241); }
div.DivClassName
{
background-color: #FDC6F1;
}
.BgClassName
{
background-color: #FDC6F1;
}
</style>
border-color css
<style>
span { border-color: #FDC6F1; }
span { border-color: rgb(253,198,241); }
td.TdClassName
{
border-color: #FDC6F1;
}
.TagClassName
{
border-color: #FDC6F1;
}
</style>