Shades of Classic Rose #FDBEE1
Tints of Classic Rose #FDBEE1
RGB
CMYK
RGB Variations
Color information
#FDBEE1 (or 0xFDBEE1) is known color: Classic Rose. HEX triplet: FD, BE and E1. RGB value is (253,190,225). Sum of RGB (Red+Green+Blue) = 253+190+225=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEE1 is #02411E. Grayscale: #D4D4D4. Windows color (decimal): -147743 or 14794493. OLE color: 14794493.
HSL color Cylindrical-coordinate representation of color #FDBEE1: hue angle of 326.67º 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 #FDBEE1 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 225 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.01 |
| HSL | 326.67º | 0.94% | 0.87% | - |
| HSV(B) | 326.67º | 0.25% | 0.99% | - |
| XYZ | 72.51 | 63.15 | 79.6 | - |
| YUV | 212.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 225 | 0 | 0.25 | 0.11 | 0.01 | 326.67 | 0.94 | 0.87 |
| Hex | FD | BE | E1 | 0 | 19 | B | 1 | 147 | 5E | 57 |
| Octal | 375 | 276 | 341 | 0 | 31 | 13 | 1 | 507 | 136 | 127 |
| Binary | 11111101 | 10111110 | 11100001 | 0 | 11001 | 1011 | 1 | 101000111 | 1011110 | 1010111 |
Color Harmonies of #FDBEE1
Complementary color
Monochromatic Colors of #FDBEE1
Black with #FDBEE1
Text Example
Text Example
White with #FDBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEE1; }
p { color: rgb(253,190,225); }
H1.HeaderClassName
{
color: #FDBEE1;
}
.AnyTagClassName
{
color: #FDBEE1;
}
</style>
background-color css
<style>
a { background-color: #FDBEE1; }
a { background-color: rgb(253,190,225); }
div.DivClassName
{
background-color: #FDBEE1;
}
.BgClassName
{
background-color: #FDBEE1;
}
</style>
border-color css
<style>
span { border-color: #FDBEE1; }
span { border-color: rgb(253,190,225); }
td.TdClassName
{
border-color: #FDBEE1;
}
.TagClassName
{
border-color: #FDBEE1;
}
</style>