Shades of Lavender Rose #FDA8F4
Tints of Lavender Rose #FDA8F4
RGB
CMYK
RGB Variations
Color information
#FDA8F4 (or 0xFDA8F4) is known color: Lavender Rose. HEX triplet: FD, A8 and F4. RGB value is (253,168,244). Sum of RGB (Red+Green+Blue) = 253+168+244=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 168 (66.02% from 255 or 25.26% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F4 is #02570B. Grayscale: #C9C9C9. Windows color (decimal): -153356 or 16034045. OLE color: 16034045.
HSL color Cylindrical-coordinate representation of color #FDA8F4: hue angle of 306.35º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8F4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 244 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.01 |
| HSL | 306.35º | 0.96% | 0.83% | - |
| HSV(B) | 306.35º | 0.34% | 0.99% | - |
| XYZ | 70.84 | 55.42 | 92.55 | - |
| YUV | 202.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 244 | 0 | 0.34 | 0.04 | 0.01 | 306.35 | 0.96 | 0.83 |
| Hex | FD | A8 | F4 | 0 | 22 | 4 | 1 | 132 | 60 | 53 |
| Octal | 375 | 250 | 364 | 0 | 42 | 4 | 1 | 462 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11110100 | 0 | 100010 | 100 | 1 | 100110010 | 1100000 | 1010011 |
Color Harmonies of #FDA8F4
Complementary color
Monochromatic Colors of #FDA8F4
Black with #FDA8F4
Text Example
Text Example
White with #FDA8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8F4; }
p { color: rgb(253,168,244); }
H1.HeaderClassName
{
color: #FDA8F4;
}
.AnyTagClassName
{
color: #FDA8F4;
}
</style>
background-color css
<style>
a { background-color: #FDA8F4; }
a { background-color: rgb(253,168,244); }
div.DivClassName
{
background-color: #FDA8F4;
}
.BgClassName
{
background-color: #FDA8F4;
}
</style>
border-color css
<style>
span { border-color: #FDA8F4; }
span { border-color: rgb(253,168,244); }
td.TdClassName
{
border-color: #FDA8F4;
}
.TagClassName
{
border-color: #FDA8F4;
}
</style>