#FCAAFA

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

Shades of Lavender Rose #FCAAFA

Tints of Lavender Rose #FCAAFA

Color information

#FCAAFA (or 0xFCAAFA) is unknown color: approx Lavender Rose. HEX triplet: FC, AA and FA. RGB value is (252,170,250). Sum of RGB (Red+Green+Blue) = 252+170+250=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 170 (66.80% from 255 or 25.30% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAFA is #035505. Grayscale: #CBCBCB. Windows color (decimal): -218374 or 16427772. OLE color: 16427772.

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

Color convert

RGB252170250-
CMYK00.330.010.01
HSL301.46º93.18%82.75%-
HSV(B)301.46º32.54%98.82%-
XYZ71.7756.3597.54-
YUV203.64154.17162.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 25.30%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=37.5%
G=25.30%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217025000.330.010.01301.4693.1882.75
HexFCAAFA0211112d5d53
Octal37425237204111455135123
Binary11111100101010101111101001000011110010110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAFA; }

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

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

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

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

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

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

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

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