#FABBE7

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

Shades of Lavender Rose #FABBE7

Tints of Lavender Rose #FABBE7

Color information

#FABBE7 (or 0xFABBE7) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and E7. RGB value is (250,187,231). Sum of RGB (Red+Green+Blue) = 250+187+231=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBE7 is #054418. Grayscale: #D2D2D2. Windows color (decimal): -345113 or 15186938. OLE color: 15186938.

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

Color convert

RGB250187231-
CMYK00.250.080.02
HSL318.1º86.3%85.69%-
HSV(B)318.1º25.2%98.04%-
XYZ71.6261.6383.72-
YUV210.85139.37155.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 231 (90.62% from 255) = 34.58%
R=37.43%
G=27.99%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018723100.250.080.02318.186.385.69
HexFABBE70198213e5656
Octal372273347031102476126126
Binary11111010101110111110011101100110001010011111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBE7; }

 p { color: rgb(250,187,231); }

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

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

 a { background-color: rgb(250,187,231); }

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

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

 span { border-color: rgb(250,187,231); }

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