Shades of Classic Rose #FDBEE7
Tints of Classic Rose #FDBEE7
RGB
CMYK
RGB Variations
Color information
#FDBEE7 (or 0xFDBEE7) is known color: Classic Rose. HEX triplet: FD, BE and E7. RGB value is (253,190,231). Sum of RGB (Red+Green+Blue) = 253+190+231=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEE7 is #024118. Grayscale: #D5D5D5. Windows color (decimal): -147737 or 15187709. OLE color: 15187709.
HSL color Cylindrical-coordinate representation of color #FDBEE7: hue angle of 320.95º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEE7 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 231 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.01 |
| HSL | 320.95º | 0.94% | 0.87% | - |
| HSV(B) | 320.95º | 0.25% | 0.99% | - |
| XYZ | 73.35 | 63.48 | 83.99 | - |
| YUV | 213.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 231 | 0 | 0.25 | 0.09 | 0.01 | 320.95 | 0.94 | 0.87 |
| Hex | FD | BE | E7 | 0 | 19 | 9 | 1 | 141 | 5E | 57 |
| Octal | 375 | 276 | 347 | 0 | 31 | 11 | 1 | 501 | 136 | 127 |
| Binary | 11111101 | 10111110 | 11100111 | 0 | 11001 | 1001 | 1 | 101000001 | 1011110 | 1010111 |
Color Harmonies of #FDBEE7
Complementary color
Monochromatic Colors of #FDBEE7
Black with #FDBEE7
Text Example
Text Example
White with #FDBEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEE7; }
p { color: rgb(253,190,231); }
H1.HeaderClassName
{
color: #FDBEE7;
}
.AnyTagClassName
{
color: #FDBEE7;
}
</style>
background-color css
<style>
a { background-color: #FDBEE7; }
a { background-color: rgb(253,190,231); }
div.DivClassName
{
background-color: #FDBEE7;
}
.BgClassName
{
background-color: #FDBEE7;
}
</style>
border-color css
<style>
span { border-color: #FDBEE7; }
span { border-color: rgb(253,190,231); }
td.TdClassName
{
border-color: #FDBEE7;
}
.TagClassName
{
border-color: #FDBEE7;
}
</style>