Shades of Lavender Rose #FCAFF1
Tints of Lavender Rose #FCAFF1
RGB
CMYK
RGB Variations
Color information
#FCAFF1 (or 0xFCAFF1) is known color: Lavender Rose. HEX triplet: FC, AF and F1. RGB value is (252,175,241). Sum of RGB (Red+Green+Blue) = 252+175+241=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF1 is #03500E. Grayscale: #CDCDCD. Windows color (decimal): -217103 or 15839228. OLE color: 15839228.
HSL color Cylindrical-coordinate representation of color #FCAFF1: hue angle of 308.57º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFF1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 241 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.01 |
| HSL | 308.57º | 0.93% | 0.84% | - |
| HSV(B) | 308.57º | 0.31% | 0.99% | - |
| XYZ | 71.35 | 57.71 | 90.6 | - |
| YUV | 205.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 241 | 0 | 0.31 | 0.04 | 0.01 | 308.57 | 0.93 | 0.84 |
| Hex | FC | AF | F1 | 0 | 1F | 4 | 1 | 135 | 5D | 54 |
| Octal | 374 | 257 | 361 | 0 | 37 | 4 | 1 | 465 | 135 | 124 |
| Binary | 11111100 | 10101111 | 11110001 | 0 | 11111 | 100 | 1 | 100110101 | 1011101 | 1010100 |
Color Harmonies of #FCAFF1
Complementary color
Monochromatic Colors of #FCAFF1
Black with #FCAFF1
Text Example
Text Example
White with #FCAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFF1; }
p { color: rgb(252,175,241); }
H1.HeaderClassName
{
color: #FCAFF1;
}
.AnyTagClassName
{
color: #FCAFF1;
}
</style>
background-color css
<style>
a { background-color: #FCAFF1; }
a { background-color: rgb(252,175,241); }
div.DivClassName
{
background-color: #FCAFF1;
}
.BgClassName
{
background-color: #FCAFF1;
}
</style>
border-color css
<style>
span { border-color: #FCAFF1; }
span { border-color: rgb(252,175,241); }
td.TdClassName
{
border-color: #FCAFF1;
}
.TagClassName
{
border-color: #FCAFF1;
}
</style>