#FAABEF

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

Shades of Lavender Rose #FAABEF

Tints of Lavender Rose #FAABEF

Color information

#FAABEF (or 0xFAABEF) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and EF. RGB value is (250,171,239). Sum of RGB (Red+Green+Blue) = 250+171+239=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABEF is #055410. Grayscale: #CACACA. Windows color (decimal): -349201 or 15707130. OLE color: 15707130.

HSL color Cylindrical-coordinate representation of color #FAABEF: hue angle of 308.35º 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 #FAABEF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250171239-
CMYK00.320.040.02
HSL308.35º88.76%82.55%-
HSV(B)308.35º31.6%98.04%-
XYZ69.5755.6888.74-
YUV202.37148.67161.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 171 (67.19% from 255) = 25.91%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=37.88%
G=25.91%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017123900.320.040.02308.3588.7682.55
HexFAABEF020421345953
Octal37225335704042464131123
Binary11111010101010111110111101000001001010011010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABEF; }

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

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

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

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

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

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

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

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