#FAAAF4

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

Shades of Lavender Rose #FAAAF4

Tints of Lavender Rose #FAAAF4

Color information

#FAAAF4 (or 0xFAAAF4) is unknown color: approx Lavender Rose. HEX triplet: FA, AA and F4. RGB value is (250,170,244). Sum of RGB (Red+Green+Blue) = 250+170+244=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 170 (66.80% from 255 or 25.60% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF4 is #05550B. Grayscale: #CACACA. Windows color (decimal): -349452 or 16034554. OLE color: 16034554.

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

Color convert

RGB250170244-
CMYK00.320.020.02
HSL304.5º88.89%82.35%-
HSV(B)304.5º32%98.04%-
XYZ70.1355.6192.62-
YUV202.36151.5161.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 170 (66.80% from 255) = 25.60%
BLUE value IS 244 (95.70% from 255) = 36.75%
R=37.65%
G=25.60%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017024400.320.020.02304.588.8982.35
HexFAAAF4020221305952
Octal37225236404022460131122
Binary1111101010101010111101000100000101010011000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAF4; }

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

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

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

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

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

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

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

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