Shades of Lavender Rose #FDA4FA
Tints of Lavender Rose #FDA4FA
RGB
CMYK
RGB Variations
Color information
#FDA4FA (or 0xFDA4FA) is known color: Lavender Rose. HEX triplet: FD, A4 and FA. RGB value is (253,164,250). Sum of RGB (Red+Green+Blue) = 253+164+250=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 164 (64.45% from 255 or 24.59% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA4FA is #025B05. Grayscale: #C8C8C8. Windows color (decimal): -154374 or 16426237. OLE color: 16426237.
HSL color Cylindrical-coordinate representation of color #FDA4FA: hue angle of 302.02º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4FA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 250 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.01 |
| HSL | 302.02º | 0.96% | 0.82% | - |
| HSV(B) | 302.02º | 0.35% | 0.99% | - |
| XYZ | 71.04 | 54.34 | 97.19 | - |
| YUV | 200.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 250 | 0 | 0.35 | 0.01 | 0.01 | 302.02 | 0.96 | 0.82 |
| Hex | FD | A4 | FA | 0 | 23 | 1 | 1 | 12E | 60 | 52 |
| Octal | 375 | 244 | 372 | 0 | 43 | 1 | 1 | 456 | 140 | 122 |
| Binary | 11111101 | 10100100 | 11111010 | 0 | 100011 | 1 | 1 | 100101110 | 1100000 | 1010010 |
Color Harmonies of #FDA4FA
Complementary color
Monochromatic Colors of #FDA4FA
Black with #FDA4FA
Text Example
Text Example
White with #FDA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4FA; }
p { color: rgb(253,164,250); }
H1.HeaderClassName
{
color: #FDA4FA;
}
.AnyTagClassName
{
color: #FDA4FA;
}
</style>
background-color css
<style>
a { background-color: #FDA4FA; }
a { background-color: rgb(253,164,250); }
div.DivClassName
{
background-color: #FDA4FA;
}
.BgClassName
{
background-color: #FDA4FA;
}
</style>
border-color css
<style>
span { border-color: #FDA4FA; }
span { border-color: rgb(253,164,250); }
td.TdClassName
{
border-color: #FDA4FA;
}
.TagClassName
{
border-color: #FDA4FA;
}
</style>