#FAB9EF

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

Shades of Lavender Rose #FAB9EF

Tints of Lavender Rose #FAB9EF

Color information

#FAB9EF (or 0xFAB9EF) is unknown color: approx Lavender Rose. HEX triplet: FA, B9 and EF. RGB value is (250,185,239). Sum of RGB (Red+Green+Blue) = 250+185+239=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9EF is #054610. Grayscale: #D2D2D2. Windows color (decimal): -345617 or 15710714. OLE color: 15710714.

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

Color convert

RGB250185239-
CMYK00.260.040.02
HSL310.15º86.67%85.29%-
HSV(B)310.15º26%98.04%-
XYZ72.3561.2589.67-
YUV210.59144.03156.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 185 (72.66% from 255) = 27.45%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=37.09%
G=27.45%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018523900.260.040.02310.1586.6785.29
HexFAB9EF01A421365755
Octal37227135703242466127125
Binary1111101010111001111011110110101001010011011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9EF; }

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

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

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

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

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

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

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

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