Shades of Rose White #FBF1EC
Tints of Rose White #FBF1EC
RGB
CMYK
RGB Variations
Color information
#FBF1EC (or 0xFBF1EC) is known color: Rose White. HEX triplet: FB, F1 and EC. RGB value is (251,241,236). Sum of RGB (Red+Green+Blue) = 251+241+236=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1EC is #040E13. Grayscale: #F3F3F3. Windows color (decimal): -265748 or 15528443. OLE color: 15528443.
HSL color Cylindrical-coordinate representation of color #FBF1EC: hue angle of 20º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBF1EC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 236 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.02 |
| HSL | 20º | 0.65% | 0.95% | - |
| HSV(B) | 20º | 0.06% | 0.98% | - |
| XYZ | 86.38 | 89.48 | 92.07 | - |
| YUV | 243.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 236 | 0 | 0.04 | 0.06 | 0.02 | 20 | 0.65 | 0.95 |
| Hex | FB | F1 | EC | 0 | 4 | 6 | 2 | 14 | 41 | 5F |
| Octal | 373 | 361 | 354 | 0 | 4 | 6 | 2 | 24 | 101 | 137 |
| Binary | 11111011 | 11110001 | 11101100 | 0 | 100 | 110 | 10 | 10100 | 1000001 | 1011111 |
Color Harmonies of #FBF1EC
Complementary color
Monochromatic Colors of #FBF1EC
Black with #FBF1EC
Text Example
Text Example
White with #FBF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1EC; }
p { color: rgb(251,241,236); }
H1.HeaderClassName
{
color: #FBF1EC;
}
.AnyTagClassName
{
color: #FBF1EC;
}
</style>
background-color css
<style>
a { background-color: #FBF1EC; }
a { background-color: rgb(251,241,236); }
div.DivClassName
{
background-color: #FBF1EC;
}
.BgClassName
{
background-color: #FBF1EC;
}
</style>
border-color css
<style>
span { border-color: #FBF1EC; }
span { border-color: rgb(251,241,236); }
td.TdClassName
{
border-color: #FBF1EC;
}
.TagClassName
{
border-color: #FBF1EC;
}
</style>