Shades of Classic Rose #FBCEE2
Tints of Classic Rose #FBCEE2
RGB
CMYK
RGB Variations
Color information
#FBCEE2 (or 0xFBCEE2) is known color: Classic Rose. HEX triplet: FB, CE and E2. RGB value is (251,206,226). Sum of RGB (Red+Green+Blue) = 251+206+226=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEE2 is #04311D. Grayscale: #DDDDDD. Windows color (decimal): -274718 or 14864123. OLE color: 14864123.
HSL color Cylindrical-coordinate representation of color #FBCEE2: hue angle of 333.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCEE2 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 226 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.02 |
| HSL | 333.33º | 0.85% | 0.9% | - |
| HSV(B) | 333.33º | 0.18% | 0.98% | - |
| XYZ | 75.58 | 70.14 | 81.51 | - |
| YUV | 221.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 226 | 0 | 0.18 | 0.10 | 0.02 | 333.33 | 0.85 | 0.9 |
| Hex | FB | CE | E2 | 0 | 12 | A | 2 | 14D | 55 | 5A |
| Octal | 373 | 316 | 342 | 0 | 22 | 12 | 2 | 515 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11100010 | 0 | 10010 | 1010 | 10 | 101001101 | 1010101 | 1011010 |
Color Harmonies of #FBCEE2
Complementary color
Monochromatic Colors of #FBCEE2
Black with #FBCEE2
Text Example
Text Example
White with #FBCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEE2; }
p { color: rgb(251,206,226); }
H1.HeaderClassName
{
color: #FBCEE2;
}
.AnyTagClassName
{
color: #FBCEE2;
}
</style>
background-color css
<style>
a { background-color: #FBCEE2; }
a { background-color: rgb(251,206,226); }
div.DivClassName
{
background-color: #FBCEE2;
}
.BgClassName
{
background-color: #FBCEE2;
}
</style>
border-color css
<style>
span { border-color: #FBCEE2; }
span { border-color: rgb(251,206,226); }
td.TdClassName
{
border-color: #FBCEE2;
}
.TagClassName
{
border-color: #FBCEE2;
}
</style>