#FAABEE

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

Shades of Lavender Rose #FAABEE

Tints of Lavender Rose #FAABEE

Color information

#FAABEE (or 0xFAABEE) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and EE. RGB value is (250,171,238). Sum of RGB (Red+Green+Blue) = 250+171+238=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 171 (67.19% from 255 or 25.95% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABEE is #055411. Grayscale: #CACACA. Windows color (decimal): -349202 or 15641594. OLE color: 15641594.

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

Color convert

RGB250171238-
CMYK00.320.050.02
HSL309.11º88.76%82.55%-
HSV(B)309.11º31.6%98.04%-
XYZ69.4255.6287.97-
YUV202.26148.17162.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 171 (67.19% from 255) = 25.95%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=37.94%
G=25.95%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017123800.320.050.02309.1188.7682.55
HexFAABEE020521355953
Octal37225335604052465131123
Binary11111010101010111110111001000001011010011010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABEE; }

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

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

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

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

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

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

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

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