#FAB5EE

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

Shades of Lavender Rose #FAB5EE

Tints of Lavender Rose #FAB5EE

Color information

#FAB5EE (or 0xFAB5EE) is unknown color: approx Lavender Rose. HEX triplet: FA, B5 and EE. RGB value is (250,181,238). Sum of RGB (Red+Green+Blue) = 250+181+238=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5EE is #054A11. Grayscale: #CFCFCF. Windows color (decimal): -346642 or 15644154. OLE color: 15644154.

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

Color convert

RGB250181238-
CMYK00.280.050.02
HSL310.43º87.34%84.51%-
HSV(B)310.43º27.6%98.04%-
XYZ71.3859.5488.62-
YUV208.13144.86157.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 181 (71.09% from 255) = 27.06%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=37.37%
G=27.06%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018123800.280.050.02310.4387.3484.51
HexFAB5EE01C521365755
Octal37226535603452466127125
Binary1111101010110101111011100111001011010011011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5EE; }

 p { color: rgb(250,181,238); }

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

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

 a { background-color: rgb(250,181,238); }

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

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

 span { border-color: rgb(250,181,238); }

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