Shades of Lavender Blush #FBEEF5
Tints of Lavender Blush #FBEEF5
RGB
CMYK
RGB Variations
Color information
#FBEEF5 (or 0xFBEEF5) is known color: Lavender Blush. HEX triplet: FB, EE and F5. RGB value is (251,238,245). Sum of RGB (Red+Green+Blue) = 251+238+245=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 245 (96.09% from 255 or 33.38% from 734); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEF5 is #04110A. Grayscale: #F2F2F2. Windows color (decimal): -266507 or 16117499. OLE color: 16117499.
HSL color Cylindrical-coordinate representation of color #FBEEF5: hue angle of 327.69º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBEEF5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 238 | 245 | - |
CMYK | 0 | 0.05 | 0.02 | 0.02 |
HSL | 327.69º | 0.62% | 0.96% | - |
HSV(B) | 327.69º | 0.05% | 0.98% | - |
XYZ | 86.84 | 88.25 | 98.84 | - |
YUV | 242.69 | 129.31 | 133.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 238 | 245 | 0 | 0.05 | 0.02 | 0.02 | 327.69 | 0.62 | 0.96 |
Hex | FB | EE | F5 | 0 | 5 | 2 | 2 | 148 | 3E | 60 |
Octal | 373 | 356 | 365 | 0 | 5 | 2 | 2 | 510 | 76 | 140 |
Binary | 11111011 | 11101110 | 11110101 | 0 | 101 | 10 | 10 | 101001000 | 111110 | 1100000 |
Color Harmonies of #FBEEF5
Complementary color
Monochromatic Colors of #FBEEF5
Black with #FBEEF5
Text Example
Text Example
White with #FBEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEF5; }
p { color: rgb(251,238,245); }
H1.HeaderClassName
{
color: #FBEEF5;
}
.AnyTagClassName
{
color: #FBEEF5;
}
</style>
background-color css
<style>
a { background-color: #FBEEF5; }
a { background-color: rgb(251,238,245); }
div.DivClassName
{
background-color: #FBEEF5;
}
.BgClassName
{
background-color: #FBEEF5;
}
</style>
border-color css
<style>
span { border-color: #FBEEF5; }
span { border-color: rgb(251,238,245); }
td.TdClassName
{
border-color: #FBEEF5;
}
.TagClassName
{
border-color: #FBEEF5;
}
</style>