Shades of Rose White #FBF1ED
Tints of Rose White #FBF1ED
RGB
CMYK
RGB Variations
Color information
#FBF1ED (or 0xFBF1ED) is known color: Rose White. HEX triplet: FB, F1 and ED. RGB value is (251,241,237). Sum of RGB (Red+Green+Blue) = 251+241+237=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1ED is #040E12. Grayscale: #F3F3F3. Windows color (decimal): -265747 or 15593979. OLE color: 15593979.
HSL color Cylindrical-coordinate representation of color #FBF1ED: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBF1ED is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 241 | 237 | - |
CMYK | 0 | 0.04 | 0.06 | 0.02 |
HSL | 17.14º | 0.64% | 0.96% | - |
HSV(B) | 17.14º | 0.06% | 0.98% | - |
XYZ | 86.53 | 89.53 | 92.84 | - |
YUV | 243.53 | 124.31 | 133.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 241 | 237 | 0 | 0.04 | 0.06 | 0.02 | 17.14 | 0.64 | 0.96 |
Hex | FB | F1 | ED | 0 | 4 | 6 | 2 | 11 | 40 | 60 |
Octal | 373 | 361 | 355 | 0 | 4 | 6 | 2 | 21 | 100 | 140 |
Binary | 11111011 | 11110001 | 11101101 | 0 | 100 | 110 | 10 | 10001 | 1000000 | 1100000 |
Color Harmonies of #FBF1ED
Complementary color
Monochromatic Colors of #FBF1ED
Black with #FBF1ED
Text Example
Text Example
White with #FBF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1ED; }
p { color: rgb(251,241,237); }
H1.HeaderClassName
{
color: #FBF1ED;
}
.AnyTagClassName
{
color: #FBF1ED;
}
</style>
background-color css
<style>
a { background-color: #FBF1ED; }
a { background-color: rgb(251,241,237); }
div.DivClassName
{
background-color: #FBF1ED;
}
.BgClassName
{
background-color: #FBF1ED;
}
</style>
border-color css
<style>
span { border-color: #FBF1ED; }
span { border-color: rgb(251,241,237); }
td.TdClassName
{
border-color: #FBF1ED;
}
.TagClassName
{
border-color: #FBF1ED;
}
</style>