Shades of Classic Rose #FDC6EE
Tints of Classic Rose #FDC6EE
RGB
CMYK
RGB Variations
Color information
#FDC6EE (or 0xFDC6EE) is known color: Classic Rose. HEX triplet: FD, C6 and EE. RGB value is (253,198,238). Sum of RGB (Red+Green+Blue) = 253+198+238=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6EE is #023911. Grayscale: #DADADA. Windows color (decimal): -145682 or 15648509. OLE color: 15648509.
HSL color Cylindrical-coordinate representation of color #FDC6EE: hue angle of 316.36º 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 #FDC6EE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 238 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.01 |
| HSL | 316.36º | 0.93% | 0.88% | - |
| HSV(B) | 316.36º | 0.22% | 0.99% | - |
| XYZ | 76.13 | 67.44 | 89.89 | - |
| YUV | 219.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 238 | 0 | 0.22 | 0.06 | 0.01 | 316.36 | 0.93 | 0.88 |
| Hex | FD | C6 | EE | 0 | 16 | 6 | 1 | 13C | 5D | 58 |
| Octal | 375 | 306 | 356 | 0 | 26 | 6 | 1 | 474 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11101110 | 0 | 10110 | 110 | 1 | 100111100 | 1011101 | 1011000 |
Color Harmonies of #FDC6EE
Complementary color
Monochromatic Colors of #FDC6EE
Black with #FDC6EE
Text Example
Text Example
White with #FDC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6EE; }
p { color: rgb(253,198,238); }
H1.HeaderClassName
{
color: #FDC6EE;
}
.AnyTagClassName
{
color: #FDC6EE;
}
</style>
background-color css
<style>
a { background-color: #FDC6EE; }
a { background-color: rgb(253,198,238); }
div.DivClassName
{
background-color: #FDC6EE;
}
.BgClassName
{
background-color: #FDC6EE;
}
</style>
border-color css
<style>
span { border-color: #FDC6EE; }
span { border-color: rgb(253,198,238); }
td.TdClassName
{
border-color: #FDC6EE;
}
.TagClassName
{
border-color: #FDC6EE;
}
</style>