#F9ABEB

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

Shades of Lavender Rose #F9ABEB

Tints of Lavender Rose #F9ABEB

Color information

#F9ABEB (or 0xF9ABEB) is unknown color: approx Lavender Rose. HEX triplet: F9, AB and EB. RGB value is (249,171,235). Sum of RGB (Red+Green+Blue) = 249+171+235=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ABEB is #065414. Grayscale: #C9C9C9. Windows color (decimal): -414741 or 15444985. OLE color: 15444985.

HSL color Cylindrical-coordinate representation of color #F9ABEB: hue angle of 310.77º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ABEB is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249171235-
CMYK00.310.060.02
HSL310.77º86.67%82.35%-
HSV(B)310.77º31.33%97.65%-
XYZ68.6355.2685.65-
YUV201.62146.84161.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.02%
GREEN value IS 171 (67.19% from 255) = 26.11%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=38.02%
G=26.11%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917123500.310.060.02310.7786.6782.35
HexF9ABEB01F621375752
Octal37125335303762467127122
Binary1111100110101011111010110111111101010011011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ABEB; }

 p { color: rgb(249,171,235); }

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

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

 a { background-color: rgb(249,171,235); }

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

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

 span { border-color: rgb(249,171,235); }

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