Shades of Classic Rose #FDBCE7
Tints of Classic Rose #FDBCE7
RGB
CMYK
RGB Variations
Color information
#FDBCE7 (or 0xFDBCE7) is known color: Classic Rose. HEX triplet: FD, BC and E7. RGB value is (253,188,231). Sum of RGB (Red+Green+Blue) = 253+188+231=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCE7 is #024318. Grayscale: #D4D4D4. Windows color (decimal): -148249 or 15187197. OLE color: 15187197.
HSL color Cylindrical-coordinate representation of color #FDBCE7: hue angle of 320.31º 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 #FDBCE7 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 231 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.01 |
| HSL | 320.31º | 0.94% | 0.86% | - |
| HSV(B) | 320.31º | 0.26% | 0.99% | - |
| XYZ | 72.92 | 62.62 | 83.84 | - |
| YUV | 212.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 231 | 0 | 0.26 | 0.09 | 0.01 | 320.31 | 0.94 | 0.86 |
| Hex | FD | BC | E7 | 0 | 1A | 9 | 1 | 140 | 5E | 56 |
| Octal | 375 | 274 | 347 | 0 | 32 | 11 | 1 | 500 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11100111 | 0 | 11010 | 1001 | 1 | 101000000 | 1011110 | 1010110 |
Color Harmonies of #FDBCE7
Complementary color
Monochromatic Colors of #FDBCE7
Black with #FDBCE7
Text Example
Text Example
White with #FDBCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCE7; }
p { color: rgb(253,188,231); }
H1.HeaderClassName
{
color: #FDBCE7;
}
.AnyTagClassName
{
color: #FDBCE7;
}
</style>
background-color css
<style>
a { background-color: #FDBCE7; }
a { background-color: rgb(253,188,231); }
div.DivClassName
{
background-color: #FDBCE7;
}
.BgClassName
{
background-color: #FDBCE7;
}
</style>
border-color css
<style>
span { border-color: #FDBCE7; }
span { border-color: rgb(253,188,231); }
td.TdClassName
{
border-color: #FDBCE7;
}
.TagClassName
{
border-color: #FDBCE7;
}
</style>