#FAB7E6

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

Shades of Lavender Rose #FAB7E6

Tints of Lavender Rose #FAB7E6

Color information

#FAB7E6 (or 0xFAB7E6) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and E6. RGB value is (250,183,230). Sum of RGB (Red+Green+Blue) = 250+183+230=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7E6 is #054819. Grayscale: #D0D0D0. Windows color (decimal): -346138 or 15120378. OLE color: 15120378.

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

Color convert

RGB250183230-
CMYK00.270.080.02
HSL317.91º87.01%84.9%-
HSV(B)317.91º26.8%98.04%-
XYZ70.6459.982.7-
YUV208.39140.2157.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 183 (71.88% from 255) = 27.60%
BLUE value IS 230 (90.23% from 255) = 34.69%
R=37.71%
G=27.60%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018323000.270.080.02317.9187.0184.9
HexFAB7E601B8213e5755
Octal372267346033102476127125
Binary11111010101101111110011001101110001010011111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7E6; }

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

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

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

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

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

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

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

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