Shades of Lavender Rose #FDACF3
Tints of Lavender Rose #FDACF3
RGB
CMYK
RGB Variations
Color information
#FDACF3 (or 0xFDACF3) is known color: Lavender Rose. HEX triplet: FD, AC and F3. RGB value is (253,172,243). Sum of RGB (Red+Green+Blue) = 253+172+243=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 172 (67.58% from 255 or 25.75% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF3 is #02530C. Grayscale: #CCCCCC. Windows color (decimal): -152333 or 15969533. OLE color: 15969533.
HSL color Cylindrical-coordinate representation of color #FDACF3: hue angle of 307.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACF3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 243 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.01 |
| HSL | 307.41º | 0.95% | 0.83% | - |
| HSV(B) | 307.41º | 0.32% | 0.99% | - |
| XYZ | 71.44 | 56.86 | 92 | - |
| YUV | 204.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 243 | 0 | 0.32 | 0.04 | 0.01 | 307.41 | 0.95 | 0.83 |
| Hex | FD | AC | F3 | 0 | 20 | 4 | 1 | 133 | 5F | 53 |
| Octal | 375 | 254 | 363 | 0 | 40 | 4 | 1 | 463 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11110011 | 0 | 100000 | 100 | 1 | 100110011 | 1011111 | 1010011 |
Color Harmonies of #FDACF3
Complementary color
Monochromatic Colors of #FDACF3
Black with #FDACF3
Text Example
Text Example
White with #FDACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACF3; }
p { color: rgb(253,172,243); }
H1.HeaderClassName
{
color: #FDACF3;
}
.AnyTagClassName
{
color: #FDACF3;
}
</style>
background-color css
<style>
a { background-color: #FDACF3; }
a { background-color: rgb(253,172,243); }
div.DivClassName
{
background-color: #FDACF3;
}
.BgClassName
{
background-color: #FDACF3;
}
</style>
border-color css
<style>
span { border-color: #FDACF3; }
span { border-color: rgb(253,172,243); }
td.TdClassName
{
border-color: #FDACF3;
}
.TagClassName
{
border-color: #FDACF3;
}
</style>