#FAB7EE

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

Shades of Lavender Rose #FAB7EE

Tints of Lavender Rose #FAB7EE

Color information

#FAB7EE (or 0xFAB7EE) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and EE. RGB value is (250,183,238). Sum of RGB (Red+Green+Blue) = 250+183+238=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7EE is #054811. Grayscale: #D1D1D1. Windows color (decimal): -346130 or 15644666. OLE color: 15644666.

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

Color convert

RGB250183238-
CMYK00.270.050.02
HSL310.75º87.01%84.9%-
HSV(B)310.75º26.8%98.04%-
XYZ71.7960.3688.76-
YUV209.3144.2157.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 183 (71.88% from 255) = 27.27%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=37.26%
G=27.27%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018323800.270.050.02310.7587.0184.9
HexFAB7EE01B521375755
Octal37226735603352467127125
Binary1111101010110111111011100110111011010011011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7EE; }

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

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

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

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

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

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

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

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