Shades of Classic Rose #FDC3EB
Tints of Classic Rose #FDC3EB
RGB
CMYK
RGB Variations
Color information
#FDC3EB (or 0xFDC3EB) is known color: Classic Rose. HEX triplet: FD, C3 and EB. RGB value is (253,195,235). Sum of RGB (Red+Green+Blue) = 253+195+235=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3EB is #023C14. Grayscale: #D8D8D8. Windows color (decimal): -146453 or 15451133. OLE color: 15451133.
HSL color Cylindrical-coordinate representation of color #FDC3EB: hue angle of 318.62º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3EB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 235 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.01 |
| HSL | 318.62º | 0.94% | 0.88% | - |
| HSV(B) | 318.62º | 0.23% | 0.99% | - |
| XYZ | 75.02 | 65.91 | 87.37 | - |
| YUV | 216.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 235 | 0 | 0.23 | 0.07 | 0.01 | 318.62 | 0.94 | 0.88 |
| Hex | FD | C3 | EB | 0 | 17 | 7 | 1 | 13F | 5E | 58 |
| Octal | 375 | 303 | 353 | 0 | 27 | 7 | 1 | 477 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11101011 | 0 | 10111 | 111 | 1 | 100111111 | 1011110 | 1011000 |
Color Harmonies of #FDC3EB
Complementary color
Monochromatic Colors of #FDC3EB
Black with #FDC3EB
Text Example
Text Example
White with #FDC3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3EB; }
p { color: rgb(253,195,235); }
H1.HeaderClassName
{
color: #FDC3EB;
}
.AnyTagClassName
{
color: #FDC3EB;
}
</style>
background-color css
<style>
a { background-color: #FDC3EB; }
a { background-color: rgb(253,195,235); }
div.DivClassName
{
background-color: #FDC3EB;
}
.BgClassName
{
background-color: #FDC3EB;
}
</style>
border-color css
<style>
span { border-color: #FDC3EB; }
span { border-color: rgb(253,195,235); }
td.TdClassName
{
border-color: #FDC3EB;
}
.TagClassName
{
border-color: #FDC3EB;
}
</style>