#FAAFF2

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

Shades of Lavender Rose #FAAFF2

Tints of Lavender Rose #FAAFF2

Color information

#FAAFF2 (or 0xFAAFF2) is unknown color: approx Lavender Rose. HEX triplet: FA, AF and F2. RGB value is (250,175,242). Sum of RGB (Red+Green+Blue) = 250+175+242=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF2 is #05500D. Grayscale: #CCCCCC. Windows color (decimal): -348174 or 15904762. OLE color: 15904762.

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

Color convert

RGB250175242-
CMYK00.30.030.02
HSL306.4º88.24%83.33%-
HSV(B)306.4º30%98.04%-
XYZ70.7857.3991.35-
YUV205.06148.85160.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 175 (68.75% from 255) = 26.24%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=37.48%
G=26.24%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017524200.30.030.02306.488.2483.33
HexFAAFF201E321325853
Octal37225736203632462130123
Binary111110101010111111110010011110111010011001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFF2; }

 p { color: rgb(250,175,242); }

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

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

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

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

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

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

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