#FCA3D8

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

Shades of Lavender Rose #FCA3D8

Tints of Lavender Rose #FCA3D8

Color information

#FCA3D8 (or 0xFCA3D8) is unknown color: approx Lavender Rose. HEX triplet: FC, A3 and D8. RGB value is (252,163,216). Sum of RGB (Red+Green+Blue) = 252+163+216=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3D8 is #035C27. Grayscale: #C3C3C3. Windows color (decimal): -220200 or 14197756. OLE color: 14197756.

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

Color convert

RGB252163216-
CMYK00.350.140.01
HSL324.27º93.68%81.37%-
HSV(B)324.27º35.32%98.82%-
XYZ65.6451.8571.51-
YUV195.65139.49168.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 163 (64.06% from 255) = 25.83%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=39.94%
G=25.83%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216321600.350.140.01324.2793.6881.37
HexFCA3D8023E11445e51
Octal374243330043161504136121
Binary11111100101000111101100001000111110110100010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3D8; }

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

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

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

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

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

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

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

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