Shades of Classic Rose #FDC8EE
Tints of Classic Rose #FDC8EE
RGB
CMYK
RGB Variations
Color information
#FDC8EE (or 0xFDC8EE) is known color: Classic Rose. HEX triplet: FD, C8 and EE. RGB value is (253,200,238). Sum of RGB (Red+Green+Blue) = 253+200+238=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8EE is #023711. Grayscale: #DCDCDC. Windows color (decimal): -145170 or 15649021. OLE color: 15649021.
HSL color Cylindrical-coordinate representation of color #FDC8EE: hue angle of 316.98º 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 #FDC8EE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 238 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.01 |
| HSL | 316.98º | 0.93% | 0.89% | - |
| HSV(B) | 316.98º | 0.21% | 0.99% | - |
| XYZ | 76.59 | 68.36 | 90.05 | - |
| YUV | 220.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 238 | 0 | 0.21 | 0.06 | 0.01 | 316.98 | 0.93 | 0.89 |
| Hex | FD | C8 | EE | 0 | 15 | 6 | 1 | 13D | 5D | 59 |
| Octal | 375 | 310 | 356 | 0 | 25 | 6 | 1 | 475 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11101110 | 0 | 10101 | 110 | 1 | 100111101 | 1011101 | 1011001 |
Color Harmonies of #FDC8EE
Complementary color
Monochromatic Colors of #FDC8EE
Black with #FDC8EE
Text Example
Text Example
White with #FDC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8EE; }
p { color: rgb(253,200,238); }
H1.HeaderClassName
{
color: #FDC8EE;
}
.AnyTagClassName
{
color: #FDC8EE;
}
</style>
background-color css
<style>
a { background-color: #FDC8EE; }
a { background-color: rgb(253,200,238); }
div.DivClassName
{
background-color: #FDC8EE;
}
.BgClassName
{
background-color: #FDC8EE;
}
</style>
border-color css
<style>
span { border-color: #FDC8EE; }
span { border-color: rgb(253,200,238); }
td.TdClassName
{
border-color: #FDC8EE;
}
.TagClassName
{
border-color: #FDC8EE;
}
</style>