Shades of Lavender Rose #FCAFF2
Tints of Lavender Rose #FCAFF2
RGB
CMYK
RGB Variations
Color information
#FCAFF2 (or 0xFCAFF2) is known color: Lavender Rose. HEX triplet: FC, AF and F2. RGB value is (252,175,242). Sum of RGB (Red+Green+Blue) = 252+175+242=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF2 is #03500D. Grayscale: #CDCDCD. Windows color (decimal): -217102 or 15904764. OLE color: 15904764.
HSL color Cylindrical-coordinate representation of color #FCAFF2: hue angle of 307.79º 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 #FCAFF2 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 242 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.01 |
| HSL | 307.79º | 0.93% | 0.84% | - |
| HSV(B) | 307.79º | 0.31% | 0.99% | - |
| XYZ | 71.5 | 57.77 | 91.39 | - |
| YUV | 205.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 242 | 0 | 0.31 | 0.04 | 0.01 | 307.79 | 0.93 | 0.84 |
| Hex | FC | AF | F2 | 0 | 1F | 4 | 1 | 134 | 5D | 54 |
| Octal | 374 | 257 | 362 | 0 | 37 | 4 | 1 | 464 | 135 | 124 |
| Binary | 11111100 | 10101111 | 11110010 | 0 | 11111 | 100 | 1 | 100110100 | 1011101 | 1010100 |
Color Harmonies of #FCAFF2
Complementary color
Monochromatic Colors of #FCAFF2
Black with #FCAFF2
Text Example
Text Example
White with #FCAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFF2; }
p { color: rgb(252,175,242); }
H1.HeaderClassName
{
color: #FCAFF2;
}
.AnyTagClassName
{
color: #FCAFF2;
}
</style>
background-color css
<style>
a { background-color: #FCAFF2; }
a { background-color: rgb(252,175,242); }
div.DivClassName
{
background-color: #FCAFF2;
}
.BgClassName
{
background-color: #FCAFF2;
}
</style>
border-color css
<style>
span { border-color: #FCAFF2; }
span { border-color: rgb(252,175,242); }
td.TdClassName
{
border-color: #FCAFF2;
}
.TagClassName
{
border-color: #FCAFF2;
}
</style>