#FAB6EE

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

Shades of Lavender Rose #FAB6EE

Tints of Lavender Rose #FAB6EE

Color information

#FAB6EE (or 0xFAB6EE) is unknown color: approx Lavender Rose. HEX triplet: FA, B6 and EE. RGB value is (250,182,238). Sum of RGB (Red+Green+Blue) = 250+182+238=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 182 (71.48% from 255 or 27.16% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6EE is #054911. Grayscale: #D0D0D0. Windows color (decimal): -346386 or 15644410. OLE color: 15644410.

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

Color convert

RGB250182238-
CMYK00.270.050.02
HSL310.59º87.18%84.71%-
HSV(B)310.59º27.2%98.04%-
XYZ71.5859.9588.69-
YUV208.72144.53157.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 182 (71.48% from 255) = 27.16%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=37.31%
G=27.16%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018223800.270.050.02310.5987.1884.71
HexFAB6EE01B521375755
Octal37226635603352467127125
Binary1111101010110110111011100110111011010011011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6EE; }

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

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

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

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

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

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

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

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