#FAB8E6

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

Shades of Lavender Rose #FAB8E6

Tints of Lavender Rose #FAB8E6

Color information

#FAB8E6 (or 0xFAB8E6) is unknown color: approx Lavender Rose. HEX triplet: FA, B8 and E6. RGB value is (250,184,230). Sum of RGB (Red+Green+Blue) = 250+184+230=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 184 (72.27% from 255 or 27.71% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8E6 is #054719. Grayscale: #D0D0D0. Windows color (decimal): -345882 or 15120634. OLE color: 15120634.

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

Color convert

RGB250184230-
CMYK00.260.080.02
HSL318.18º86.84%85.1%-
HSV(B)318.18º26.4%98.04%-
XYZ70.8560.3282.77-
YUV208.98139.87157.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 184 (72.27% from 255) = 27.71%
BLUE value IS 230 (90.23% from 255) = 34.64%
R=37.65%
G=27.71%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018423000.260.080.02318.1886.8485.1
HexFAB8E601A8213e5755
Octal372270346032102476127125
Binary11111010101110001110011001101010001010011111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8E6; }

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

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

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

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

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

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

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

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