Shades of Classic Rose #FBD2F0
Tints of Classic Rose #FBD2F0
RGB
CMYK
RGB Variations
Color information
#FBD2F0 (or 0xFBD2F0) is known color: Classic Rose. HEX triplet: FB, D2 and F0. RGB value is (251,210,240). Sum of RGB (Red+Green+Blue) = 251+210+240=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2F0 is #042D0F. Grayscale: #E1E1E1. Windows color (decimal): -273680 or 15782651. OLE color: 15782651.
HSL color Cylindrical-coordinate representation of color #FBD2F0: hue angle of 316.1º 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 #FBD2F0 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 240 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.02 |
| HSL | 316.1º | 0.84% | 0.9% | - |
| HSV(B) | 316.1º | 0.16% | 0.98% | - |
| XYZ | 78.56 | 72.89 | 92.37 | - |
| YUV | 225.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 240 | 0 | 0.16 | 0.04 | 0.02 | 316.1 | 0.84 | 0.9 |
| Hex | FB | D2 | F0 | 0 | 10 | 4 | 2 | 13C | 54 | 5A |
| Octal | 373 | 322 | 360 | 0 | 20 | 4 | 2 | 474 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11110000 | 0 | 10000 | 100 | 10 | 100111100 | 1010100 | 1011010 |
Color Harmonies of #FBD2F0
Complementary color
Monochromatic Colors of #FBD2F0
Black with #FBD2F0
Text Example
Text Example
White with #FBD2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2F0; }
p { color: rgb(251,210,240); }
H1.HeaderClassName
{
color: #FBD2F0;
}
.AnyTagClassName
{
color: #FBD2F0;
}
</style>
background-color css
<style>
a { background-color: #FBD2F0; }
a { background-color: rgb(251,210,240); }
div.DivClassName
{
background-color: #FBD2F0;
}
.BgClassName
{
background-color: #FBD2F0;
}
</style>
border-color css
<style>
span { border-color: #FBD2F0; }
span { border-color: rgb(251,210,240); }
td.TdClassName
{
border-color: #FBD2F0;
}
.TagClassName
{
border-color: #FBD2F0;
}
</style>