#FCA9FF

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

Shades of Lavender Rose #FCA9FF

Tints of Lavender Rose #FCA9FF

Color information

#FCA9FF (or 0xFCA9FF) is unknown color: approx Lavender Rose. HEX triplet: FC, A9 and FF. RGB value is (252,169,255). Sum of RGB (Red+Green+Blue) = 252+169+255=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 169 (66.41% from 255 or 25% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCA9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA9FF is #035600. Grayscale: #CBCBCB. Windows color (decimal): -218625 or 16755196. OLE color: 16755196.

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

Color convert

RGB252169255-
CMYK0.010.3400
HSL297.91º100%83.14%-
HSV(B)297.91º33.73%100%-
XYZ72.3856.29101.66-
YUV203.62157162.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 169 (66.41% from 255) = 25%
BLUE value IS 255 (100% from 255) = 37.72%
R=37.28%
G=25%
B=37.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521692550.010.3400297.9110083.14
HexFCA9FF1220012a6453
Octal37425137714200452144123
Binary11111100101010011111111111000100010010101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9FF; }

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

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

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

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

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

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

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

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