#FCA6FA

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

Shades of Lavender Rose #FCA6FA

Tints of Lavender Rose #FCA6FA

Color information

#FCA6FA (or 0xFCA6FA) is unknown color: approx Lavender Rose. HEX triplet: FC, A6 and FA. RGB value is (252,166,250). Sum of RGB (Red+Green+Blue) = 252+166+250=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 166 (65.23% from 255 or 24.85% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA6FA is #035905. Grayscale: #C9C9C9. Windows color (decimal): -219398 or 16426748. OLE color: 16426748.

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

Color convert

RGB252166250-
CMYK00.340.010.01
HSL301.4º93.48%81.96%-
HSV(B)301.4º34.13%98.82%-
XYZ71.0454.8797.29-
YUV201.29155.49164.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 166 (65.23% from 255) = 24.85%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=37.72%
G=24.85%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216625000.340.010.01301.493.4881.96
HexFCA6FA0221112d5d52
Octal37424637204211455135122
Binary11111100101001101111101001000101110010110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6FA; }

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

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

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

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

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

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

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

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