Shades of Lavender Blush #FBF4F7
Tints of Lavender Blush #FBF4F7
RGB
CMYK
RGB Variations
Color information
#FBF4F7 (or 0xFBF4F7) is known color: Lavender Blush. HEX triplet: FB, F4 and F7. RGB value is (251,244,247). Sum of RGB (Red+Green+Blue) = 251+244+247=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 244 (95.70% from 255 or 32.88% from 742); Blue value is 247 (96.88% from 255 or 33.29% from 742); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4F7 is #040B08. Grayscale: #F6F6F6. Windows color (decimal): -264969 or 16250107. OLE color: 16250107.
HSL color Cylindrical-coordinate representation of color #FBF4F7: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBF4F7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 244 | 247 | - |
CMYK | 0 | 0.03 | 0.02 | 0.02 |
HSL | 334.29º | 0.47% | 0.97% | - |
HSV(B) | 334.29º | 0.03% | 0.98% | - |
XYZ | 88.92 | 91.93 | 101.05 | - |
YUV | 246.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 244 | 247 | 0 | 0.03 | 0.02 | 0.02 | 334.29 | 0.47 | 0.97 |
Hex | FB | F4 | F7 | 0 | 3 | 2 | 2 | 14E | 2F | 61 |
Octal | 373 | 364 | 367 | 0 | 3 | 2 | 2 | 516 | 57 | 141 |
Binary | 11111011 | 11110100 | 11110111 | 0 | 11 | 10 | 10 | 101001110 | 101111 | 1100001 |
Color Harmonies of #FBF4F7
Complementary color
Monochromatic Colors of #FBF4F7
Black with #FBF4F7
Text Example
Text Example
White with #FBF4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4F7; }
p { color: rgb(251,244,247); }
H1.HeaderClassName
{
color: #FBF4F7;
}
.AnyTagClassName
{
color: #FBF4F7;
}
</style>
background-color css
<style>
a { background-color: #FBF4F7; }
a { background-color: rgb(251,244,247); }
div.DivClassName
{
background-color: #FBF4F7;
}
.BgClassName
{
background-color: #FBF4F7;
}
</style>
border-color css
<style>
span { border-color: #FBF4F7; }
span { border-color: rgb(251,244,247); }
td.TdClassName
{
border-color: #FBF4F7;
}
.TagClassName
{
border-color: #FBF4F7;
}
</style>