#FAB7EB

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

Shades of Lavender Rose #FAB7EB

Tints of Lavender Rose #FAB7EB

Color information

#FAB7EB (or 0xFAB7EB) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and EB. RGB value is (250,183,235). Sum of RGB (Red+Green+Blue) = 250+183+235=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7EB is #054814. Grayscale: #D0D0D0. Windows color (decimal): -346133 or 15448058. OLE color: 15448058.

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

Color convert

RGB250183235-
CMYK00.270.060.02
HSL313.43º87.01%84.9%-
HSV(B)313.43º26.8%98.04%-
XYZ71.3560.1986.45-
YUV208.96142.7157.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 183 (71.88% from 255) = 27.40%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=37.43%
G=27.40%
B=35.18%

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
Decimal25018323500.270.060.02313.4387.0184.9
HexFAB7EB01B621395755
Octal37226735303362471127125
Binary1111101010110111111010110110111101010011100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7EB; }

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

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

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

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

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

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

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

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