Shades of Classic Rose #FDC0E5
Tints of Classic Rose #FDC0E5
RGB
CMYK
RGB Variations
Color information
#FDC0E5 (or 0xFDC0E5) is known color: Classic Rose. HEX triplet: FD, C0 and E5. RGB value is (253,192,229). Sum of RGB (Red+Green+Blue) = 253+192+229=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0E5 is #023F1A. Grayscale: #D6D6D6. Windows color (decimal): -147227 or 15057149. OLE color: 15057149.
HSL color Cylindrical-coordinate representation of color #FDC0E5: hue angle of 323.61º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC0E5 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 229 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.01 |
| HSL | 323.61º | 0.94% | 0.87% | - |
| HSV(B) | 323.61º | 0.24% | 0.99% | - |
| XYZ | 73.5 | 64.24 | 82.65 | - |
| YUV | 214.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 229 | 0 | 0.24 | 0.09 | 0.01 | 323.61 | 0.94 | 0.87 |
| Hex | FD | C0 | E5 | 0 | 18 | 9 | 1 | 144 | 5E | 57 |
| Octal | 375 | 300 | 345 | 0 | 30 | 11 | 1 | 504 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11100101 | 0 | 11000 | 1001 | 1 | 101000100 | 1011110 | 1010111 |
Color Harmonies of #FDC0E5
Complementary color
Monochromatic Colors of #FDC0E5
Black with #FDC0E5
Text Example
Text Example
White with #FDC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0E5; }
p { color: rgb(253,192,229); }
H1.HeaderClassName
{
color: #FDC0E5;
}
.AnyTagClassName
{
color: #FDC0E5;
}
</style>
background-color css
<style>
a { background-color: #FDC0E5; }
a { background-color: rgb(253,192,229); }
div.DivClassName
{
background-color: #FDC0E5;
}
.BgClassName
{
background-color: #FDC0E5;
}
</style>
border-color css
<style>
span { border-color: #FDC0E5; }
span { border-color: rgb(253,192,229); }
td.TdClassName
{
border-color: #FDC0E5;
}
.TagClassName
{
border-color: #FDC0E5;
}
</style>