Shades of Lavender Rose #FAB8F2
Tints of Lavender Rose #FAB8F2
RGB
CMYK
RGB Variations
Color information
#FAB8F2 (or 0xFAB8F2) is known color: Lavender Rose. HEX triplet: FA, B8 and F2. RGB value is (250,184,242). Sum of RGB (Red+Green+Blue) = 250+184+242=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8F2 is #05470D. Grayscale: #D2D2D2. Windows color (decimal): -345870 or 15907066. OLE color: 15907066.
HSL color Cylindrical-coordinate representation of color #FAB8F2: hue angle of 307.27º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB8F2 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 242 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.02 |
| HSL | 307.27º | 0.87% | 0.85% | - |
| HSV(B) | 307.27º | 0.26% | 0.98% | - |
| XYZ | 72.59 | 61.02 | 91.96 | - |
| YUV | 210.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 242 | 0 | 0.26 | 0.03 | 0.02 | 307.27 | 0.87 | 0.85 |
| Hex | FA | B8 | F2 | 0 | 1A | 3 | 2 | 133 | 57 | 55 |
| Octal | 372 | 270 | 362 | 0 | 32 | 3 | 2 | 463 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11110010 | 0 | 11010 | 11 | 10 | 100110011 | 1010111 | 1010101 |
Color Harmonies of #FAB8F2
Complementary color
Monochromatic Colors of #FAB8F2
Black with #FAB8F2
Text Example
Text Example
White with #FAB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8F2; }
p { color: rgb(250,184,242); }
H1.HeaderClassName
{
color: #FAB8F2;
}
.AnyTagClassName
{
color: #FAB8F2;
}
</style>
background-color css
<style>
a { background-color: #FAB8F2; }
a { background-color: rgb(250,184,242); }
div.DivClassName
{
background-color: #FAB8F2;
}
.BgClassName
{
background-color: #FAB8F2;
}
</style>
border-color css
<style>
span { border-color: #FAB8F2; }
span { border-color: rgb(250,184,242); }
td.TdClassName
{
border-color: #FAB8F2;
}
.TagClassName
{
border-color: #FAB8F2;
}
</style>