Shades of Classic Rose #FDC3D8
Tints of Classic Rose #FDC3D8
RGB
CMYK
RGB Variations
Color information
#FDC3D8 (or 0xFDC3D8) is known color: Classic Rose. HEX triplet: FD, C3 and D8. RGB value is (253,195,216). Sum of RGB (Red+Green+Blue) = 253+195+216=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3D8 is #023C27. Grayscale: #D6D6D6. Windows color (decimal): -146472 or 14205949. OLE color: 14205949.
HSL color Cylindrical-coordinate representation of color #FDC3D8: hue angle of 338.28º 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 #FDC3D8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 216 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.01 |
| HSL | 338.28º | 0.94% | 0.88% | - |
| HSV(B) | 338.28º | 0.23% | 0.99% | - |
| XYZ | 72.42 | 64.87 | 73.67 | - |
| YUV | 214.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 216 | 0 | 0.23 | 0.15 | 0.01 | 338.28 | 0.94 | 0.88 |
| Hex | FD | C3 | D8 | 0 | 17 | F | 1 | 152 | 5E | 58 |
| Octal | 375 | 303 | 330 | 0 | 27 | 17 | 1 | 522 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11011000 | 0 | 10111 | 1111 | 1 | 101010010 | 1011110 | 1011000 |
Color Harmonies of #FDC3D8
Complementary color
Monochromatic Colors of #FDC3D8
Black with #FDC3D8
Text Example
Text Example
White with #FDC3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3D8; }
p { color: rgb(253,195,216); }
H1.HeaderClassName
{
color: #FDC3D8;
}
.AnyTagClassName
{
color: #FDC3D8;
}
</style>
background-color css
<style>
a { background-color: #FDC3D8; }
a { background-color: rgb(253,195,216); }
div.DivClassName
{
background-color: #FDC3D8;
}
.BgClassName
{
background-color: #FDC3D8;
}
</style>
border-color css
<style>
span { border-color: #FDC3D8; }
span { border-color: rgb(253,195,216); }
td.TdClassName
{
border-color: #FDC3D8;
}
.TagClassName
{
border-color: #FDC3D8;
}
</style>