Shades of Lavender Rose #FFB2F4
Tints of Lavender Rose #FFB2F4
RGB
CMYK
RGB Variations
Color information
#FFB2F4 (or 0xFFB2F4) is known color: Lavender Rose. HEX triplet: FF, B2 and F4. RGB value is (255,178,244). Sum of RGB (Red+Green+Blue) = 255+178+244=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 178 (69.92% from 255 or 26.29% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F4 is #004D0B. Grayscale: #D0D0D0. Windows color (decimal): -19724 or 16036607. OLE color: 16036607.
HSL color Cylindrical-coordinate representation of color #FFB2F4: hue angle of 308.57º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2F4 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 244 | - |
| CMYK | 0 | 0.30 | 0.04 | 0 |
| HSL | 308.57º | 1% | 0.85% | - |
| HSV(B) | 308.57º | 0.3% | 1% | - |
| XYZ | 73.49 | 59.63 | 93.22 | - |
| YUV | 208.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 244 | 0 | 0.30 | 0.04 | 0 | 308.57 | 1 | 0.85 |
| Hex | FF | B2 | F4 | 0 | 1E | 4 | 0 | 135 | 64 | 55 |
| Octal | 377 | 262 | 364 | 0 | 36 | 4 | 0 | 465 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11110100 | 0 | 11110 | 100 | 0 | 100110101 | 1100100 | 1010101 |
Color Harmonies of #FFB2F4
Complementary color
Monochromatic Colors of #FFB2F4
Black with #FFB2F4
Text Example
Text Example
White with #FFB2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2F4; }
p { color: rgb(255,178,244); }
H1.HeaderClassName
{
color: #FFB2F4;
}
.AnyTagClassName
{
color: #FFB2F4;
}
</style>
background-color css
<style>
a { background-color: #FFB2F4; }
a { background-color: rgb(255,178,244); }
div.DivClassName
{
background-color: #FFB2F4;
}
.BgClassName
{
background-color: #FFB2F4;
}
</style>
border-color css
<style>
span { border-color: #FFB2F4; }
span { border-color: rgb(255,178,244); }
td.TdClassName
{
border-color: #FFB2F4;
}
.TagClassName
{
border-color: #FFB2F4;
}
</style>