Shades of Lavender Rose #FAB6F2
Tints of Lavender Rose #FAB6F2
RGB
CMYK
RGB Variations
Color information
#FAB6F2 (or 0xFAB6F2) is known color: Lavender Rose. HEX triplet: FA, B6 and F2. RGB value is (250,182,242). Sum of RGB (Red+Green+Blue) = 250+182+242=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 182 (71.48% from 255 or 27.00% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6F2 is #05490D. Grayscale: #D1D1D1. Windows color (decimal): -346382 or 15906554. OLE color: 15906554.
HSL color Cylindrical-coordinate representation of color #FAB6F2: hue angle of 307.06º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6F2 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 242 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.02 |
| HSL | 307.06º | 0.87% | 0.85% | - |
| HSV(B) | 307.06º | 0.27% | 0.98% | - |
| XYZ | 72.18 | 60.19 | 91.82 | - |
| YUV | 209.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 242 | 0 | 0.27 | 0.03 | 0.02 | 307.06 | 0.87 | 0.85 |
| Hex | FA | B6 | F2 | 0 | 1B | 3 | 2 | 133 | 57 | 55 |
| Octal | 372 | 266 | 362 | 0 | 33 | 3 | 2 | 463 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11110010 | 0 | 11011 | 11 | 10 | 100110011 | 1010111 | 1010101 |
Color Harmonies of #FAB6F2
Complementary color
Monochromatic Colors of #FAB6F2
Black with #FAB6F2
Text Example
Text Example
White with #FAB6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6F2; }
p { color: rgb(250,182,242); }
H1.HeaderClassName
{
color: #FAB6F2;
}
.AnyTagClassName
{
color: #FAB6F2;
}
</style>
background-color css
<style>
a { background-color: #FAB6F2; }
a { background-color: rgb(250,182,242); }
div.DivClassName
{
background-color: #FAB6F2;
}
.BgClassName
{
background-color: #FAB6F2;
}
</style>
border-color css
<style>
span { border-color: #FAB6F2; }
span { border-color: rgb(250,182,242); }
td.TdClassName
{
border-color: #FAB6F2;
}
.TagClassName
{
border-color: #FAB6F2;
}
</style>