Shades of Classic Rose #FDC3E9
Tints of Classic Rose #FDC3E9
RGB
CMYK
RGB Variations
Color information
#FDC3E9 (or 0xFDC3E9) is known color: Classic Rose. HEX triplet: FD, C3 and E9. RGB value is (253,195,233). Sum of RGB (Red+Green+Blue) = 253+195+233=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 195 (76.56% from 255 or 28.63% from 681); Blue value is 233 (91.41% from 255 or 34.21% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3E9 is #023C16. Grayscale: #D8D8D8. Windows color (decimal): -146455 or 15320061. OLE color: 15320061.
HSL color Cylindrical-coordinate representation of color #FDC3E9: hue angle of 320.69º 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 #FDC3E9 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 233 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.01 |
| HSL | 320.69º | 0.94% | 0.88% | - |
| HSV(B) | 320.69º | 0.23% | 0.99% | - |
| XYZ | 74.73 | 65.8 | 85.85 | - |
| YUV | 216.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 233 | 0 | 0.23 | 0.08 | 0.01 | 320.69 | 0.94 | 0.88 |
| Hex | FD | C3 | E9 | 0 | 17 | 8 | 1 | 141 | 5E | 58 |
| Octal | 375 | 303 | 351 | 0 | 27 | 10 | 1 | 501 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11101001 | 0 | 10111 | 1000 | 1 | 101000001 | 1011110 | 1011000 |
Color Harmonies of #FDC3E9
Complementary color
Monochromatic Colors of #FDC3E9
Black with #FDC3E9
Text Example
Text Example
White with #FDC3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3E9; }
p { color: rgb(253,195,233); }
H1.HeaderClassName
{
color: #FDC3E9;
}
.AnyTagClassName
{
color: #FDC3E9;
}
</style>
background-color css
<style>
a { background-color: #FDC3E9; }
a { background-color: rgb(253,195,233); }
div.DivClassName
{
background-color: #FDC3E9;
}
.BgClassName
{
background-color: #FDC3E9;
}
</style>
border-color css
<style>
span { border-color: #FDC3E9; }
span { border-color: rgb(253,195,233); }
td.TdClassName
{
border-color: #FDC3E9;
}
.TagClassName
{
border-color: #FDC3E9;
}
</style>