#FAB3E1

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

Shades of Lavender Rose #FAB3E1

Tints of Lavender Rose #FAB3E1

Color information

#FAB3E1 (or 0xFAB3E1) is unknown color: approx Lavender Rose. HEX triplet: FA, B3 and E1. RGB value is (250,179,225). Sum of RGB (Red+Green+Blue) = 250+179+225=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3E1 is #054C1E. Grayscale: #CDCDCD. Windows color (decimal): -347167 or 14791674. OLE color: 14791674.

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

Color convert

RGB250179225-
CMYK00.280.100.02
HSL321.13º87.65%84.12%-
HSV(B)321.13º28.4%98.04%-
XYZ69.145878.79-
YUV205.47139.02159.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 179 (70.31% from 255) = 27.37%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=38.23%
G=27.37%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017922500.280.100.02321.1387.6584.12
HexFAB3E101CA21415854
Octal372263341034122501130124
Binary11111010101100111110000101110010101010100000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3E1; }

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

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

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

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

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

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

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

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