Shades of Classic Rose #FBD2EF
Tints of Classic Rose #FBD2EF
RGB
CMYK
RGB Variations
Color information
#FBD2EF (or 0xFBD2EF) is known color: Classic Rose. HEX triplet: FB, D2 and EF. RGB value is (251,210,239). Sum of RGB (Red+Green+Blue) = 251+210+239=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2EF is #042D10. Grayscale: #E1E1E1. Windows color (decimal): -273681 or 15717115. OLE color: 15717115.
HSL color Cylindrical-coordinate representation of color #FBD2EF: hue angle of 317.56º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD2EF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 239 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.02 |
| HSL | 317.56º | 0.84% | 0.9% | - |
| HSV(B) | 317.56º | 0.16% | 0.98% | - |
| XYZ | 78.41 | 72.83 | 91.59 | - |
| YUV | 225.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 239 | 0 | 0.16 | 0.05 | 0.02 | 317.56 | 0.84 | 0.9 |
| Hex | FB | D2 | EF | 0 | 10 | 5 | 2 | 13E | 54 | 5A |
| Octal | 373 | 322 | 357 | 0 | 20 | 5 | 2 | 476 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11101111 | 0 | 10000 | 101 | 10 | 100111110 | 1010100 | 1011010 |
Color Harmonies of #FBD2EF
Complementary color
Monochromatic Colors of #FBD2EF
Black with #FBD2EF
Text Example
Text Example
White with #FBD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2EF; }
p { color: rgb(251,210,239); }
H1.HeaderClassName
{
color: #FBD2EF;
}
.AnyTagClassName
{
color: #FBD2EF;
}
</style>
background-color css
<style>
a { background-color: #FBD2EF; }
a { background-color: rgb(251,210,239); }
div.DivClassName
{
background-color: #FBD2EF;
}
.BgClassName
{
background-color: #FBD2EF;
}
</style>
border-color css
<style>
span { border-color: #FBD2EF; }
span { border-color: rgb(251,210,239); }
td.TdClassName
{
border-color: #FBD2EF;
}
.TagClassName
{
border-color: #FBD2EF;
}
</style>