#FAB6EF

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

Shades of Lavender Rose #FAB6EF

Tints of Lavender Rose #FAB6EF

Color information

#FAB6EF (or 0xFAB6EF) is unknown color: approx Lavender Rose. HEX triplet: FA, B6 and EF. RGB value is (250,182,239). Sum of RGB (Red+Green+Blue) = 250+182+239=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6EF is #054910. Grayscale: #D0D0D0. Windows color (decimal): -346385 or 15709946. OLE color: 15709946.

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

Color convert

RGB250182239-
CMYK00.270.040.02
HSL309.71º87.18%84.71%-
HSV(B)309.71º27.2%98.04%-
XYZ71.7360.0189.46-
YUV208.83145.03157.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 182 (71.48% from 255) = 27.12%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=37.26%
G=27.12%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018223900.270.040.02309.7187.1884.71
HexFAB6EF01B421365755
Octal37226635703342466127125
Binary1111101010110110111011110110111001010011011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6EF; }

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

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

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

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

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

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

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

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