#FCA3DA

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

Shades of Lavender Rose #FCA3DA

Tints of Lavender Rose #FCA3DA

Color information

#FCA3DA (or 0xFCA3DA) is unknown color: approx Lavender Rose. HEX triplet: FC, A3 and DA. RGB value is (252,163,218). Sum of RGB (Red+Green+Blue) = 252+163+218=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3DA is #035C25. Grayscale: #C3C3C3. Windows color (decimal): -220198 or 14328828. OLE color: 14328828.

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

Color convert

RGB252163218-
CMYK00.350.130.01
HSL322.92º93.68%81.37%-
HSV(B)322.92º35.32%98.82%-
XYZ65.951.9572.88-
YUV195.88140.49168.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 163 (64.06% from 255) = 25.75%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=39.81%
G=25.75%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216321800.350.130.01322.9293.6881.37
HexFCA3DA023D11435e51
Octal374243332043151503136121
Binary11111100101000111101101001000111101110100001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3DA; }

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

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

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

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

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

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

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

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