Shades of Rose White #FBEFEC
Tints of Rose White #FBEFEC
RGB
CMYK
RGB Variations
Color information
#FBEFEC (or 0xFBEFEC) is known color: Rose White. HEX triplet: FB, EF and EC. RGB value is (251,239,236). Sum of RGB (Red+Green+Blue) = 251+239+236=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFEC is #041013. Grayscale: #F2F2F2. Windows color (decimal): -266260 or 15527931. OLE color: 15527931.
HSL color Cylindrical-coordinate representation of color #FBEFEC: hue angle of 12º 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 #FBEFEC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 239 | 236 | - |
CMYK | 0 | 0.05 | 0.06 | 0.02 |
HSL | 12º | 0.65% | 0.95% | - |
HSV(B) | 12º | 0.06% | 0.98% | - |
XYZ | 85.79 | 88.3 | 91.88 | - |
YUV | 242.25 | 124.48 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 239 | 236 | 0 | 0.05 | 0.06 | 0.02 | 12 | 0.65 | 0.95 |
Hex | FB | EF | EC | 0 | 5 | 6 | 2 | C | 41 | 5F |
Octal | 373 | 357 | 354 | 0 | 5 | 6 | 2 | 14 | 101 | 137 |
Binary | 11111011 | 11101111 | 11101100 | 0 | 101 | 110 | 10 | 1100 | 1000001 | 1011111 |
Color Harmonies of #FBEFEC
Complementary color
Monochromatic Colors of #FBEFEC
Black with #FBEFEC
Text Example
Text Example
White with #FBEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFEC; }
p { color: rgb(251,239,236); }
H1.HeaderClassName
{
color: #FBEFEC;
}
.AnyTagClassName
{
color: #FBEFEC;
}
</style>
background-color css
<style>
a { background-color: #FBEFEC; }
a { background-color: rgb(251,239,236); }
div.DivClassName
{
background-color: #FBEFEC;
}
.BgClassName
{
background-color: #FBEFEC;
}
</style>
border-color css
<style>
span { border-color: #FBEFEC; }
span { border-color: rgb(251,239,236); }
td.TdClassName
{
border-color: #FBEFEC;
}
.TagClassName
{
border-color: #FBEFEC;
}
</style>