#FAB6E6

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

Shades of Lavender Rose #FAB6E6

Tints of Lavender Rose #FAB6E6

Color information

#FAB6E6 (or 0xFAB6E6) is unknown color: approx Lavender Rose. HEX triplet: FA, B6 and E6. RGB value is (250,182,230). Sum of RGB (Red+Green+Blue) = 250+182+230=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6E6 is #054919. Grayscale: #CFCFCF. Windows color (decimal): -346394 or 15120122. OLE color: 15120122.

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

Color convert

RGB250182230-
CMYK00.270.080.02
HSL317.65º87.18%84.71%-
HSV(B)317.65º27.2%98.04%-
XYZ70.4459.4982.63-
YUV207.8140.53158.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 182 (71.48% from 255) = 27.49%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=37.76%
G=27.49%
B=34.74%

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
Decimal25018223000.270.080.02317.6587.1884.71
HexFAB6E601B8213e5755
Octal372266346033102476127125
Binary11111010101101101110011001101110001010011111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6E6; }

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

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

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

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

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

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

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

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