Shades of Classic Rose #FDBCE8
Tints of Classic Rose #FDBCE8
RGB
CMYK
RGB Variations
Color information
#FDBCE8 (or 0xFDBCE8) is known color: Classic Rose. HEX triplet: FD, BC and E8. RGB value is (253,188,232). Sum of RGB (Red+Green+Blue) = 253+188+232=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCE8 is #024317. Grayscale: #D4D4D4. Windows color (decimal): -148248 or 15252733. OLE color: 15252733.
HSL color Cylindrical-coordinate representation of color #FDBCE8: hue angle of 319.38º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBCE8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 232 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.01 |
| HSL | 319.38º | 0.94% | 0.86% | - |
| HSV(B) | 319.38º | 0.26% | 0.99% | - |
| XYZ | 73.06 | 62.68 | 84.59 | - |
| YUV | 212.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 232 | 0 | 0.26 | 0.08 | 0.01 | 319.38 | 0.94 | 0.86 |
| Hex | FD | BC | E8 | 0 | 1A | 8 | 1 | 13F | 5E | 56 |
| Octal | 375 | 274 | 350 | 0 | 32 | 10 | 1 | 477 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11101000 | 0 | 11010 | 1000 | 1 | 100111111 | 1011110 | 1010110 |
Color Harmonies of #FDBCE8
Complementary color
Monochromatic Colors of #FDBCE8
Black with #FDBCE8
Text Example
Text Example
White with #FDBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCE8; }
p { color: rgb(253,188,232); }
H1.HeaderClassName
{
color: #FDBCE8;
}
.AnyTagClassName
{
color: #FDBCE8;
}
</style>
background-color css
<style>
a { background-color: #FDBCE8; }
a { background-color: rgb(253,188,232); }
div.DivClassName
{
background-color: #FDBCE8;
}
.BgClassName
{
background-color: #FDBCE8;
}
</style>
border-color css
<style>
span { border-color: #FDBCE8; }
span { border-color: rgb(253,188,232); }
td.TdClassName
{
border-color: #FDBCE8;
}
.TagClassName
{
border-color: #FDBCE8;
}
</style>