#FCA1FC

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

Shades of Lavender Rose #FCA1FC

Tints of Lavender Rose #FCA1FC

Color information

#FCA1FC (or 0xFCA1FC) is unknown color: approx Lavender Rose. HEX triplet: FC, A1 and FC. RGB value is (252,161,252). Sum of RGB (Red+Green+Blue) = 252+161+252=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 161 (63.28% from 255 or 24.21% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA1FC is #035E03. Grayscale: #C6C6C6. Windows color (decimal): -220676 or 16556540. OLE color: 16556540.

HSL color Cylindrical-coordinate representation of color #FCA1FC: hue angle of 300º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1FC is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252161252-
CMYK00.3600.01
HSL300º93.81%80.98%-
HSV(B)300º36.11%98.82%-
XYZ70.4653.2198.65-
YUV198.58158.15166.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 161 (63.28% from 255) = 24.21%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=37.89%
G=24.21%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216125200.3600.0130093.8180.98
HexFCA1FC0240112c5e51
Octal37424137404401454136121
Binary11111100101000011111110001001000110010110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1FC; }

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

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

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

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

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

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

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

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