Shades of Classic Rose #FBD1EE
Tints of Classic Rose #FBD1EE
RGB
CMYK
RGB Variations
Color information
#FBD1EE (or 0xFBD1EE) is known color: Classic Rose. HEX triplet: FB, D1 and EE. RGB value is (251,209,238). Sum of RGB (Red+Green+Blue) = 251+209+238=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1EE is #042E11. Grayscale: #E0E0E0. Windows color (decimal): -273938 or 15651323. OLE color: 15651323.
HSL color Cylindrical-coordinate representation of color #FBD1EE: hue angle of 318.57º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1EE is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 209 | 238 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.02 |
| HSL | 318.57º | 0.84% | 0.9% | - |
| HSV(B) | 318.57º | 0.17% | 0.98% | - |
| XYZ | 78.02 | 72.28 | 90.73 | - |
| YUV | 224.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 209 | 238 | 0 | 0.17 | 0.05 | 0.02 | 318.57 | 0.84 | 0.9 |
| Hex | FB | D1 | EE | 0 | 11 | 5 | 2 | 13F | 54 | 5A |
| Octal | 373 | 321 | 356 | 0 | 21 | 5 | 2 | 477 | 124 | 132 |
| Binary | 11111011 | 11010001 | 11101110 | 0 | 10001 | 101 | 10 | 100111111 | 1010100 | 1011010 |
Color Harmonies of #FBD1EE
Complementary color
Monochromatic Colors of #FBD1EE
Black with #FBD1EE
Text Example
Text Example
White with #FBD1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD1EE; }
p { color: rgb(251,209,238); }
H1.HeaderClassName
{
color: #FBD1EE;
}
.AnyTagClassName
{
color: #FBD1EE;
}
</style>
background-color css
<style>
a { background-color: #FBD1EE; }
a { background-color: rgb(251,209,238); }
div.DivClassName
{
background-color: #FBD1EE;
}
.BgClassName
{
background-color: #FBD1EE;
}
</style>
border-color css
<style>
span { border-color: #FBD1EE; }
span { border-color: rgb(251,209,238); }
td.TdClassName
{
border-color: #FBD1EE;
}
.TagClassName
{
border-color: #FBD1EE;
}
</style>