Shades of Lavender Blush #FBEAF3
Tints of Lavender Blush #FBEAF3
RGB
CMYK
RGB Variations
Color information
#FBEAF3 (or 0xFBEAF3) is known color: Lavender Blush. HEX triplet: FB, EA and F3. RGB value is (251,234,243). Sum of RGB (Red+Green+Blue) = 251+234+243=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 243 (95.31% from 255 or 33.38% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF3 is #04150C. Grayscale: #F0F0F0. Windows color (decimal): -267533 or 15985403. OLE color: 15985403.
HSL color Cylindrical-coordinate representation of color #FBEAF3: hue angle of 328.24º degrees, saturation: 0.68, 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 #FBEAF3 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 234 | 243 | - |
CMYK | 0 | 0.07 | 0.03 | 0.02 |
HSL | 328.24º | 0.68% | 0.95% | - |
HSV(B) | 328.24º | 0.07% | 0.98% | - |
XYZ | 85.38 | 85.83 | 96.86 | - |
YUV | 240.11 | 129.63 | 135.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 234 | 243 | 0 | 0.07 | 0.03 | 0.02 | 328.24 | 0.68 | 0.95 |
Hex | FB | EA | F3 | 0 | 7 | 3 | 2 | 148 | 44 | 5F |
Octal | 373 | 352 | 363 | 0 | 7 | 3 | 2 | 510 | 104 | 137 |
Binary | 11111011 | 11101010 | 11110011 | 0 | 111 | 11 | 10 | 101001000 | 1000100 | 1011111 |
Color Harmonies of #FBEAF3
Complementary color
Monochromatic Colors of #FBEAF3
Black with #FBEAF3
Text Example
Text Example
White with #FBEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAF3; }
p { color: rgb(251,234,243); }
H1.HeaderClassName
{
color: #FBEAF3;
}
.AnyTagClassName
{
color: #FBEAF3;
}
</style>
background-color css
<style>
a { background-color: #FBEAF3; }
a { background-color: rgb(251,234,243); }
div.DivClassName
{
background-color: #FBEAF3;
}
.BgClassName
{
background-color: #FBEAF3;
}
</style>
border-color css
<style>
span { border-color: #FBEAF3; }
span { border-color: rgb(251,234,243); }
td.TdClassName
{
border-color: #FBEAF3;
}
.TagClassName
{
border-color: #FBEAF3;
}
</style>