Shades of Wisp Pink #FBECE9
Tints of Wisp Pink #FBECE9
RGB
CMYK
RGB Variations
Color information
#FBECE9 (or 0xFBECE9) is known color: Wisp Pink. HEX triplet: FB, EC and E9. RGB value is (251,236,233). Sum of RGB (Red+Green+Blue) = 251+236+233=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 233 (91.41% from 255 or 32.36% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECE9 is #041316. Grayscale: #F0F0F0. Windows color (decimal): -267031 or 15330555. OLE color: 15330555.
HSL color Cylindrical-coordinate representation of color #FBECE9: hue angle of 10º degrees, saturation: 0.69, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBECE9 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 233 | - |
CMYK | 0 | 0.06 | 0.07 | 0.02 |
HSL | 10º | 0.69% | 0.95% | - |
HSV(B) | 10º | 0.07% | 0.98% | - |
XYZ | 84.49 | 86.38 | 89.31 | - |
YUV | 240.14 | 123.97 | 135.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 233 | 0 | 0.06 | 0.07 | 0.02 | 10 | 0.69 | 0.95 |
Hex | FB | EC | E9 | 0 | 6 | 7 | 2 | A | 45 | 5F |
Octal | 373 | 354 | 351 | 0 | 6 | 7 | 2 | 12 | 105 | 137 |
Binary | 11111011 | 11101100 | 11101001 | 0 | 110 | 111 | 10 | 1010 | 1000101 | 1011111 |
Color Harmonies of #FBECE9
Complementary color
Monochromatic Colors of #FBECE9
Black with #FBECE9
Text Example
Text Example
White with #FBECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECE9; }
p { color: rgb(251,236,233); }
H1.HeaderClassName
{
color: #FBECE9;
}
.AnyTagClassName
{
color: #FBECE9;
}
</style>
background-color css
<style>
a { background-color: #FBECE9; }
a { background-color: rgb(251,236,233); }
div.DivClassName
{
background-color: #FBECE9;
}
.BgClassName
{
background-color: #FBECE9;
}
</style>
border-color css
<style>
span { border-color: #FBECE9; }
span { border-color: rgb(251,236,233); }
td.TdClassName
{
border-color: #FBECE9;
}
.TagClassName
{
border-color: #FBECE9;
}
</style>