#FCA1DA

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

Shades of Lavender Rose #FCA1DA

Tints of Lavender Rose #FCA1DA

Color information

#FCA1DA (or 0xFCA1DA) is unknown color: approx Lavender Rose. HEX triplet: FC, A1 and DA. RGB value is (252,161,218). Sum of RGB (Red+Green+Blue) = 252+161+218=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1DA is #035E25. Grayscale: #C2C2C2. Windows color (decimal): -220710 or 14328316. OLE color: 14328316.

HSL color Cylindrical-coordinate representation of color #FCA1DA: hue angle of 322.42º 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 #FCA1DA is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252161218-
CMYK00.360.130.01
HSL322.42º93.81%80.98%-
HSV(B)322.42º36.11%98.82%-
XYZ65.5451.2572.77-
YUV194.71141.15168.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 161 (63.28% from 255) = 25.52%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=39.94%
G=25.52%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216121800.360.130.01322.4293.8180.98
HexFCA1DA024D11425e51
Octal374241332044151502136121
Binary11111100101000011101101001001001101110100001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1DA; }

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

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

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

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

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

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

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

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