Shades of Lavender Blush #FBE1F2
Tints of Lavender Blush #FBE1F2
RGB
CMYK
RGB Variations
Color information
#FBE1F2 (or 0xFBE1F2) is known color: Lavender Blush. HEX triplet: FB, E1 and F2. RGB value is (251,225,242). Sum of RGB (Red+Green+Blue) = 251+225+242=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1F2 is #041E0D. Grayscale: #EAEAEA. Windows color (decimal): -269838 or 15917563. OLE color: 15917563.
HSL color Cylindrical-coordinate representation of color #FBE1F2: hue angle of 320.77º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE1F2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 242 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.02 |
| HSL | 320.77º | 0.76% | 0.93% | - |
| HSV(B) | 320.77º | 0.1% | 0.98% | - |
| XYZ | 82.74 | 80.77 | 95.23 | - |
| YUV | 234.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 242 | 0 | 0.10 | 0.04 | 0.02 | 320.77 | 0.76 | 0.93 |
| Hex | FB | E1 | F2 | 0 | A | 4 | 2 | 141 | 4C | 5D |
| Octal | 373 | 341 | 362 | 0 | 12 | 4 | 2 | 501 | 114 | 135 |
| Binary | 11111011 | 11100001 | 11110010 | 0 | 1010 | 100 | 10 | 101000001 | 1001100 | 1011101 |
Color Harmonies of #FBE1F2
Complementary color
Monochromatic Colors of #FBE1F2
Black with #FBE1F2
Text Example
Text Example
White with #FBE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1F2; }
p { color: rgb(251,225,242); }
H1.HeaderClassName
{
color: #FBE1F2;
}
.AnyTagClassName
{
color: #FBE1F2;
}
</style>
background-color css
<style>
a { background-color: #FBE1F2; }
a { background-color: rgb(251,225,242); }
div.DivClassName
{
background-color: #FBE1F2;
}
.BgClassName
{
background-color: #FBE1F2;
}
</style>
border-color css
<style>
span { border-color: #FBE1F2; }
span { border-color: rgb(251,225,242); }
td.TdClassName
{
border-color: #FBE1F2;
}
.TagClassName
{
border-color: #FBE1F2;
}
</style>