Shades of Lavender Rose #FDA0F4
Tints of Lavender Rose #FDA0F4
RGB
CMYK
RGB Variations
Color information
#FDA0F4 (or 0xFDA0F4) is known color: Lavender Rose. HEX triplet: FD, A0 and F4. RGB value is (253,160,244). Sum of RGB (Red+Green+Blue) = 253+160+244=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 160 (62.89% from 255 or 24.35% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0F4 is #025F0B. Grayscale: #C5C5C5. Windows color (decimal): -155404 or 16031997. OLE color: 16031997.
HSL color Cylindrical-coordinate representation of color #FDA0F4: hue angle of 305.81º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0F4 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 244 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.01 |
| HSL | 305.81º | 0.96% | 0.81% | - |
| HSV(B) | 305.81º | 0.37% | 0.99% | - |
| XYZ | 69.41 | 52.56 | 92.07 | - |
| YUV | 197.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 244 | 0 | 0.37 | 0.04 | 0.01 | 305.81 | 0.96 | 0.81 |
| Hex | FD | A0 | F4 | 0 | 25 | 4 | 1 | 132 | 60 | 51 |
| Octal | 375 | 240 | 364 | 0 | 45 | 4 | 1 | 462 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11110100 | 0 | 100101 | 100 | 1 | 100110010 | 1100000 | 1010001 |
Color Harmonies of #FDA0F4
Complementary color
Monochromatic Colors of #FDA0F4
Black with #FDA0F4
Text Example
Text Example
White with #FDA0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0F4; }
p { color: rgb(253,160,244); }
H1.HeaderClassName
{
color: #FDA0F4;
}
.AnyTagClassName
{
color: #FDA0F4;
}
</style>
background-color css
<style>
a { background-color: #FDA0F4; }
a { background-color: rgb(253,160,244); }
div.DivClassName
{
background-color: #FDA0F4;
}
.BgClassName
{
background-color: #FDA0F4;
}
</style>
border-color css
<style>
span { border-color: #FDA0F4; }
span { border-color: rgb(253,160,244); }
td.TdClassName
{
border-color: #FDA0F4;
}
.TagClassName
{
border-color: #FDA0F4;
}
</style>