#FCA4FA

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

Shades of Lavender Rose #FCA4FA

Tints of Lavender Rose #FCA4FA

Color information

#FCA4FA (or 0xFCA4FA) is unknown color: approx Lavender Rose. HEX triplet: FC, A4 and FA. RGB value is (252,164,250). Sum of RGB (Red+Green+Blue) = 252+164+250=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 164 (64.45% from 255 or 24.62% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4FA is #035B05. Grayscale: #C7C7C7. Windows color (decimal): -219910 or 16426236. OLE color: 16426236.

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

Color convert

RGB252164250-
CMYK00.350.010.01
HSL301.36º93.62%81.57%-
HSV(B)301.36º34.92%98.82%-
XYZ70.6854.1597.17-
YUV200.12156.15165.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 164 (64.45% from 255) = 24.62%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=37.84%
G=24.62%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216425000.350.010.01301.3693.6281.57
HexFCA4FA0231112d5e52
Octal37424437204311455136122
Binary11111100101001001111101001000111110010110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4FA; }

 p { color: rgb(252,164,250); }

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

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

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

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

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

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

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