#FCA2FF

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

Shades of Lavender Rose #FCA2FF

Tints of Lavender Rose #FCA2FF

Color information

#FCA2FF (or 0xFCA2FF) is unknown color: approx Lavender Rose. HEX triplet: FC, A2 and FF. RGB value is (252,162,255). Sum of RGB (Red+Green+Blue) = 252+162+255=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 162 (63.67% from 255 or 24.22% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA2FF is #035D00. Grayscale: #C7C7C7. Windows color (decimal): -220417 or 16753404. OLE color: 16753404.

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

Color convert

RGB252162255-
CMYK0.010.3600
HSL298.06º100%81.76%-
HSV(B)298.06º36.47%100%-
XYZ71.1253.76101.24-
YUV199.51159.32165.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 162 (63.67% from 255) = 24.22%
BLUE value IS 255 (100% from 255) = 38.12%
R=37.67%
G=24.22%
B=38.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521622550.010.3600298.0610081.76
HexFCA2FF1240012a6452
Octal37424237714400452144122
Binary11111100101000101111111111001000010010101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2FF; }

 p { color: rgb(252,162,255); }

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

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

 a { background-color: rgb(252,162,255); }

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

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

 span { border-color: rgb(252,162,255); }

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