#FAB6EB

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

Shades of Lavender Rose #FAB6EB

Tints of Lavender Rose #FAB6EB

Color information

#FAB6EB (or 0xFAB6EB) is unknown color: approx Lavender Rose. HEX triplet: FA, B6 and EB. RGB value is (250,182,235). Sum of RGB (Red+Green+Blue) = 250+182+235=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6EB is #054914. Grayscale: #D0D0D0. Windows color (decimal): -346389 or 15447802. OLE color: 15447802.

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

Color convert

RGB250182235-
CMYK00.270.060.02
HSL313.24º87.18%84.71%-
HSV(B)313.24º27.2%98.04%-
XYZ71.1559.7886.39-
YUV208.37143.03157.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 182 (71.48% from 255) = 27.29%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=37.48%
G=27.29%
B=35.23%

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
Decimal25018223500.270.060.02313.2487.1884.71
HexFAB6EB01B621395755
Octal37226635303362471127125
Binary1111101010110110111010110110111101010011100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6EB; }

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

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

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

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

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

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

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

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