Shades of Lavender Rose #FDA7F2
Tints of Lavender Rose #FDA7F2
RGB
CMYK
RGB Variations
Color information
#FDA7F2 (or 0xFDA7F2) is known color: Lavender Rose. HEX triplet: FD, A7 and F2. RGB value is (253,167,242). Sum of RGB (Red+Green+Blue) = 253+167+242=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 167 (65.62% from 255 or 25.23% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA7F2 is #02580D. Grayscale: #C9C9C9. Windows color (decimal): -153614 or 15902717. OLE color: 15902717.
HSL color Cylindrical-coordinate representation of color #FDA7F2: hue angle of 307.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7F2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 242 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.01 |
| HSL | 307.67º | 0.96% | 0.82% | - |
| HSV(B) | 307.67º | 0.34% | 0.99% | - |
| XYZ | 70.35 | 54.93 | 90.9 | - |
| YUV | 201.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 242 | 0 | 0.34 | 0.04 | 0.01 | 307.67 | 0.96 | 0.82 |
| Hex | FD | A7 | F2 | 0 | 22 | 4 | 1 | 134 | 60 | 52 |
| Octal | 375 | 247 | 362 | 0 | 42 | 4 | 1 | 464 | 140 | 122 |
| Binary | 11111101 | 10100111 | 11110010 | 0 | 100010 | 100 | 1 | 100110100 | 1100000 | 1010010 |
Color Harmonies of #FDA7F2
Complementary color
Monochromatic Colors of #FDA7F2
Black with #FDA7F2
Text Example
Text Example
White with #FDA7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7F2; }
p { color: rgb(253,167,242); }
H1.HeaderClassName
{
color: #FDA7F2;
}
.AnyTagClassName
{
color: #FDA7F2;
}
</style>
background-color css
<style>
a { background-color: #FDA7F2; }
a { background-color: rgb(253,167,242); }
div.DivClassName
{
background-color: #FDA7F2;
}
.BgClassName
{
background-color: #FDA7F2;
}
</style>
border-color css
<style>
span { border-color: #FDA7F2; }
span { border-color: rgb(253,167,242); }
td.TdClassName
{
border-color: #FDA7F2;
}
.TagClassName
{
border-color: #FDA7F2;
}
</style>