Shades of Classic Rose #FDC6EB
Tints of Classic Rose #FDC6EB
RGB
CMYK
RGB Variations
Color information
#FDC6EB (or 0xFDC6EB) is known color: Classic Rose. HEX triplet: FD, C6 and EB. RGB value is (253,198,235). Sum of RGB (Red+Green+Blue) = 253+198+235=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6EB is #023914. Grayscale: #DADADA. Windows color (decimal): -145685 or 15451901. OLE color: 15451901.
HSL color Cylindrical-coordinate representation of color #FDC6EB: hue angle of 319.64º 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 #FDC6EB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 235 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.01 |
| HSL | 319.64º | 0.93% | 0.88% | - |
| HSV(B) | 319.64º | 0.22% | 0.99% | - |
| XYZ | 75.7 | 67.27 | 87.59 | - |
| YUV | 218.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 235 | 0 | 0.22 | 0.07 | 0.01 | 319.64 | 0.93 | 0.88 |
| Hex | FD | C6 | EB | 0 | 16 | 7 | 1 | 140 | 5D | 58 |
| Octal | 375 | 306 | 353 | 0 | 26 | 7 | 1 | 500 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11101011 | 0 | 10110 | 111 | 1 | 101000000 | 1011101 | 1011000 |
Color Harmonies of #FDC6EB
Complementary color
Monochromatic Colors of #FDC6EB
Black with #FDC6EB
Text Example
Text Example
White with #FDC6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6EB; }
p { color: rgb(253,198,235); }
H1.HeaderClassName
{
color: #FDC6EB;
}
.AnyTagClassName
{
color: #FDC6EB;
}
</style>
background-color css
<style>
a { background-color: #FDC6EB; }
a { background-color: rgb(253,198,235); }
div.DivClassName
{
background-color: #FDC6EB;
}
.BgClassName
{
background-color: #FDC6EB;
}
</style>
border-color css
<style>
span { border-color: #FDC6EB; }
span { border-color: rgb(253,198,235); }
td.TdClassName
{
border-color: #FDC6EB;
}
.TagClassName
{
border-color: #FDC6EB;
}
</style>