Shades of Lavender Rose #FDA4FF
Tints of Lavender Rose #FDA4FF
RGB
CMYK
RGB Variations
Color information
#FDA4FF (or 0xFDA4FF) is known color: Lavender Rose. HEX triplet: FD, A4 and FF. RGB value is (253,164,255). Sum of RGB (Red+Green+Blue) = 253+164+255=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 164 (64.45% from 255 or 24.40% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA4FF is #025B00. Grayscale: #C8C8C8. Windows color (decimal): -154369 or 16753917. OLE color: 16753917.
HSL color Cylindrical-coordinate representation of color #FDA4FF: hue angle of 298.68º 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 #FDA4FF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 164 | 255 | - |
| CMYK | 0.01 | 0.36 | 0 | 0 |
| HSL | 298.68º | 1% | 0.82% | - |
| HSV(B) | 298.68º | 0.36% | 1% | - |
| XYZ | 71.83 | 54.65 | 101.37 | - |
| YUV | 200.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 255 | 0.01 | 0.36 | 0 | 0 | 298.68 | 1 | 0.82 |
| Hex | FD | A4 | FF | 1 | 24 | 0 | 0 | 12B | 64 | 52 |
| Octal | 375 | 244 | 377 | 1 | 44 | 0 | 0 | 453 | 144 | 122 |
| Binary | 11111101 | 10100100 | 11111111 | 1 | 100100 | 0 | 0 | 100101011 | 1100100 | 1010010 |
Color Harmonies of #FDA4FF
Complementary color
Monochromatic Colors of #FDA4FF
Black with #FDA4FF
Text Example
Text Example
White with #FDA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4FF; }
p { color: rgb(253,164,255); }
H1.HeaderClassName
{
color: #FDA4FF;
}
.AnyTagClassName
{
color: #FDA4FF;
}
</style>
background-color css
<style>
a { background-color: #FDA4FF; }
a { background-color: rgb(253,164,255); }
div.DivClassName
{
background-color: #FDA4FF;
}
.BgClassName
{
background-color: #FDA4FF;
}
</style>
border-color css
<style>
span { border-color: #FDA4FF; }
span { border-color: rgb(253,164,255); }
td.TdClassName
{
border-color: #FDA4FF;
}
.TagClassName
{
border-color: #FDA4FF;
}
</style>