#F9ABEF

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

Shades of Lavender Rose #F9ABEF

Tints of Lavender Rose #F9ABEF

Color information

#F9ABEF (or 0xF9ABEF) is unknown color: approx Lavender Rose. HEX triplet: F9, AB and EF. RGB value is (249,171,239). Sum of RGB (Red+Green+Blue) = 249+171+239=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 171 (67.19% from 255 or 25.95% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ABEF is #065410. Grayscale: #C9C9C9. Windows color (decimal): -414737 or 15707129. OLE color: 15707129.

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

Color convert

RGB249171239-
CMYK00.310.040.02
HSL307.69º86.67%82.35%-
HSV(B)307.69º31.33%97.65%-
XYZ69.2155.588.73-
YUV202.07148.84161.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.78%
GREEN value IS 171 (67.19% from 255) = 25.95%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=37.78%
G=25.95%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917123900.310.040.02307.6986.6782.35
HexF9ABEF01F421345752
Octal37125335703742464127122
Binary1111100110101011111011110111111001010011010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ABEF; }

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

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

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

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

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

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

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

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