#FAABED

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

Shades of Lavender Rose #FAABED

Tints of Lavender Rose #FAABED

Color information

#FAABED (or 0xFAABED) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and ED. RGB value is (250,171,237). Sum of RGB (Red+Green+Blue) = 250+171+237=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABED is #055412. Grayscale: #C9C9C9. Windows color (decimal): -349203 or 15576058. OLE color: 15576058.

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

Color convert

RGB250171237-
CMYK00.320.050.02
HSL309.87º88.76%82.55%-
HSV(B)309.87º31.6%98.04%-
XYZ69.2755.5687.19-
YUV202.14147.67162.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 171 (67.19% from 255) = 25.99%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=37.99%
G=25.99%
B=36.02%

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
Decimal25017123700.320.050.02309.8788.7682.55
HexFAABED020521365953
Octal37225335504052466131123
Binary11111010101010111110110101000001011010011011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABED; }

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

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

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

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

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

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

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

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