Shades of Lavender Rose #FFA4F4
Tints of Lavender Rose #FFA4F4
RGB
CMYK
RGB Variations
Color information
#FFA4F4 (or 0xFFA4F4) is known color: Lavender Rose. HEX triplet: FF, A4 and F4. RGB value is (255,164,244). Sum of RGB (Red+Green+Blue) = 255+164+244=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 164 (64.45% from 255 or 24.74% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4F4 is #005B0B. Grayscale: #C8C8C8. Windows color (decimal): -23308 or 16033023. OLE color: 16033023.
HSL color Cylindrical-coordinate representation of color #FFA4F4: hue angle of 307.25º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4F4 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 244 | - |
| CMYK | 0 | 0.36 | 0.04 | 0 |
| HSL | 307.25º | 1% | 0.82% | - |
| HSV(B) | 307.25º | 0.36% | 1% | - |
| XYZ | 70.84 | 54.34 | 92.34 | - |
| YUV | 200.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 244 | 0 | 0.36 | 0.04 | 0 | 307.25 | 1 | 0.82 |
| Hex | FF | A4 | F4 | 0 | 24 | 4 | 0 | 133 | 64 | 52 |
| Octal | 377 | 244 | 364 | 0 | 44 | 4 | 0 | 463 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11110100 | 0 | 100100 | 100 | 0 | 100110011 | 1100100 | 1010010 |
Color Harmonies of #FFA4F4
Complementary color
Monochromatic Colors of #FFA4F4
Black with #FFA4F4
Text Example
Text Example
White with #FFA4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4F4; }
p { color: rgb(255,164,244); }
H1.HeaderClassName
{
color: #FFA4F4;
}
.AnyTagClassName
{
color: #FFA4F4;
}
</style>
background-color css
<style>
a { background-color: #FFA4F4; }
a { background-color: rgb(255,164,244); }
div.DivClassName
{
background-color: #FFA4F4;
}
.BgClassName
{
background-color: #FFA4F4;
}
</style>
border-color css
<style>
span { border-color: #FFA4F4; }
span { border-color: rgb(255,164,244); }
td.TdClassName
{
border-color: #FFA4F4;
}
.TagClassName
{
border-color: #FFA4F4;
}
</style>