#FAB3E7

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

Shades of Lavender Rose #FAB3E7

Tints of Lavender Rose #FAB3E7

Color information

#FAB3E7 (or 0xFAB3E7) is unknown color: approx Lavender Rose. HEX triplet: FA, B3 and E7. RGB value is (250,179,231). Sum of RGB (Red+Green+Blue) = 250+179+231=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3E7 is #054C18. Grayscale: #CECECE. Windows color (decimal): -347161 or 15184890. OLE color: 15184890.

HSL color Cylindrical-coordinate representation of color #FAB3E7: hue angle of 316.06º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3E7 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250179231-
CMYK00.280.080.02
HSL316.06º87.65%84.12%-
HSV(B)316.06º28.4%98.04%-
XYZ69.9758.3383.17-
YUV206.16142.02159.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 179 (70.31% from 255) = 27.12%
BLUE value IS 231 (90.62% from 255) = 35%
R=37.88%
G=27.12%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017923100.280.080.02316.0687.6584.12
HexFAB3E701C8213c5854
Octal372263347034102474130124
Binary11111010101100111110011101110010001010011110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3E7; }

 p { color: rgb(250,179,231); }

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

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

 a { background-color: rgb(250,179,231); }

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

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

 span { border-color: rgb(250,179,231); }

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