#FAB6EC

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

Shades of Lavender Rose #FAB6EC

Tints of Lavender Rose #FAB6EC

Color information

#FAB6EC (or 0xFAB6EC) is unknown color: approx Lavender Rose. HEX triplet: FA, B6 and EC. RGB value is (250,182,236). Sum of RGB (Red+Green+Blue) = 250+182+236=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6EC is #054913. Grayscale: #D0D0D0. Windows color (decimal): -346388 or 15513338. OLE color: 15513338.

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

Color convert

RGB250182236-
CMYK00.270.060.02
HSL312.35º87.18%84.71%-
HSV(B)312.35º27.2%98.04%-
XYZ71.2959.8487.15-
YUV208.49143.53157.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 182 (71.48% from 255) = 27.25%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=37.43%
G=27.25%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018223600.270.060.02312.3587.1884.71
HexFAB6EC01B621385755
Octal37226635403362470127125
Binary1111101010110110111011000110111101010011100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6EC; }

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

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

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

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

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

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

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

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