Shades of Classic Rose #FDC9EE
Tints of Classic Rose #FDC9EE
RGB
CMYK
RGB Variations
Color information
#FDC9EE (or 0xFDC9EE) is known color: Classic Rose. HEX triplet: FD, C9 and EE. RGB value is (253,201,238). Sum of RGB (Red+Green+Blue) = 253+201+238=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC9EE is #023611. Grayscale: #DCDCDC. Windows color (decimal): -144914 or 15649277. OLE color: 15649277.
HSL color Cylindrical-coordinate representation of color #FDC9EE: hue angle of 317.31º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC9EE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 238 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.01 |
| HSL | 317.31º | 0.93% | 0.89% | - |
| HSV(B) | 317.31º | 0.21% | 0.99% | - |
| XYZ | 76.83 | 68.83 | 90.13 | - |
| YUV | 220.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 238 | 0 | 0.21 | 0.06 | 0.01 | 317.31 | 0.93 | 0.89 |
| Hex | FD | C9 | EE | 0 | 15 | 6 | 1 | 13D | 5D | 59 |
| Octal | 375 | 311 | 356 | 0 | 25 | 6 | 1 | 475 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11101110 | 0 | 10101 | 110 | 1 | 100111101 | 1011101 | 1011001 |
Color Harmonies of #FDC9EE
Complementary color
Monochromatic Colors of #FDC9EE
Black with #FDC9EE
Text Example
Text Example
White with #FDC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9EE; }
p { color: rgb(253,201,238); }
H1.HeaderClassName
{
color: #FDC9EE;
}
.AnyTagClassName
{
color: #FDC9EE;
}
</style>
background-color css
<style>
a { background-color: #FDC9EE; }
a { background-color: rgb(253,201,238); }
div.DivClassName
{
background-color: #FDC9EE;
}
.BgClassName
{
background-color: #FDC9EE;
}
</style>
border-color css
<style>
span { border-color: #FDC9EE; }
span { border-color: rgb(253,201,238); }
td.TdClassName
{
border-color: #FDC9EE;
}
.TagClassName
{
border-color: #FDC9EE;
}
</style>