#FCA1FE

Color #FCA1FE Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FCA1FE

Tints of Lavender Rose #FCA1FE

Color information

#FCA1FE (or 0xFCA1FE) is unknown color: approx Lavender Rose. HEX triplet: FC, A1 and FE. RGB value is (252,161,254). Sum of RGB (Red+Green+Blue) = 252+161+254=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 161 (63.28% from 255 or 24.14% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA1FE is #035E01. Grayscale: #C6C6C6. Windows color (decimal): -220674 or 16687612. OLE color: 16687612.

HSL color Cylindrical-coordinate representation of color #FCA1FE: hue angle of 298.71º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA1FE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB252161254-
CMYK0.010.3700.00
HSL298.71º97.89%81.37%-
HSV(B)298.71º36.61%99.61%-
XYZ70.7853.34100.33-
YUV198.81159.15165.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 161 (63.28% from 255) = 24.14%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=37.78%
G=24.14%
B=38.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521612540.010.3700.00298.7197.8981.37
HexFCA1FE1250012b6251
Octal37424137614500453142121
Binary11111100101000011111111011001010010010101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1FE; }

 p { color: rgb(252,161,254); }

 H1.HeaderClassName
 {
   color: #FCA1FE;
 }
 .AnyTagClassName
 {
   color: #FCA1FE;
 }
</style>
background-color css

<style>
 a { background-color: #FCA1FE; }

 a { background-color: rgb(252,161,254); }

 div.DivClassName
 {
   background-color: #FCA1FE;
 }
 .BgClassName
 {
   background-color: #FCA1FE;
 }
</style>
border-color css

<style>
 span { border-color: #FCA1FE; }

 span { border-color: rgb(252,161,254); }

 td.TdClassName
 {
   border-color: #FCA1FE;
 }
 .TagClassName
 {
   border-color: #FCA1FE;
 }
</style>