#FAB7EF

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

Shades of Lavender Rose #FAB7EF

Tints of Lavender Rose #FAB7EF

Color information

#FAB7EF (or 0xFAB7EF) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and EF. RGB value is (250,183,239). Sum of RGB (Red+Green+Blue) = 250+183+239=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7EF is #054810. Grayscale: #D1D1D1. Windows color (decimal): -346129 or 15710202. OLE color: 15710202.

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

Color convert

RGB250183239-
CMYK00.270.040.02
HSL309.85º87.01%84.9%-
HSV(B)309.85º26.8%98.04%-
XYZ71.9460.4289.53-
YUV209.42144.7156.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 183 (71.88% from 255) = 27.23%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=37.20%
G=27.23%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018323900.270.040.02309.8587.0184.9
HexFAB7EF01B421365755
Octal37226735703342466127125
Binary1111101010110111111011110110111001010011011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7EF; }

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

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

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

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

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

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

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

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