#FAABE2

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

Shades of Lavender Rose #FAABE2

Tints of Lavender Rose #FAABE2

Color information

#FAABE2 (or 0xFAABE2) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and E2. RGB value is (250,171,226). Sum of RGB (Red+Green+Blue) = 250+171+226=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABE2 is #05541D. Grayscale: #C8C8C8. Windows color (decimal): -349214 or 14855162. OLE color: 14855162.

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

Color convert

RGB250171226-
CMYK00.320.100.02
HSL318.23º88.76%82.55%-
HSV(B)318.23º31.6%98.04%-
XYZ67.7154.9478.99-
YUV200.89142.17163.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 171 (67.19% from 255) = 26.43%
BLUE value IS 226 (88.67% from 255) = 34.93%
R=38.64%
G=26.43%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017122600.320.100.02318.2388.7682.55
HexFAABE2020A213e5953
Octal372253342040122476131123
Binary111110101010101111100010010000010101010011111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABE2; }

 p { color: rgb(250,171,226); }

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

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

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

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

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

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

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