#FAACFA

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

Shades of Lavender Rose #FAACFA

Tints of Lavender Rose #FAACFA

Color information

#FAACFA (or 0xFAACFA) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and FA. RGB value is (250,172,250). Sum of RGB (Red+Green+Blue) = 250+172+250=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACFA is #055305. Grayscale: #CBCBCB. Windows color (decimal): -348934 or 16428282. OLE color: 16428282.

HSL color Cylindrical-coordinate representation of color #FAACFA: hue angle of 300º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACFA is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250172250-
CMYK00.3100.02
HSL300º88.64%82.75%-
HSV(B)300º31.2%98.04%-
XYZ71.4356.7397.63-
YUV204.21153.84160.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 172 (67.58% from 255) = 25.60%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=37.20%
G=25.60%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017225000.3100.0230088.6482.75
HexFAACFA01F0212c5953
Octal37225437203702454131123
Binary11111010101011001111101001111101010010110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACFA; }

 p { color: rgb(250,172,250); }

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

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

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

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

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

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

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