#FCA3DB

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

Shades of Lavender Rose #FCA3DB

Tints of Lavender Rose #FCA3DB

Color information

#FCA3DB (or 0xFCA3DB) is unknown color: approx Lavender Rose. HEX triplet: FC, A3 and DB. RGB value is (252,163,219). Sum of RGB (Red+Green+Blue) = 252+163+219=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3DB is #035C24. Grayscale: #C3C3C3. Windows color (decimal): -220197 or 14394364. OLE color: 14394364.

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

Color convert

RGB252163219-
CMYK00.350.130.01
HSL322.25º93.68%81.37%-
HSV(B)322.25º35.32%98.82%-
XYZ66.035273.58-
YUV196140.99167.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 163 (64.06% from 255) = 25.71%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=39.75%
G=25.71%
B=34.54%

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
Decimal25216321900.350.130.01322.2593.6881.37
HexFCA3DB023D11425e51
Octal374243333043151502136121
Binary11111100101000111101101101000111101110100001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3DB; }

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

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

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

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

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

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

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

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