#FAB6ED

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

Shades of Lavender Rose #FAB6ED

Tints of Lavender Rose #FAB6ED

Color information

#FAB6ED (or 0xFAB6ED) is unknown color: approx Lavender Rose. HEX triplet: FA, B6 and ED. RGB value is (250,182,237). Sum of RGB (Red+Green+Blue) = 250+182+237=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 182 (71.48% from 255 or 27.20% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6ED is #054912. Grayscale: #D0D0D0. Windows color (decimal): -346387 or 15578874. OLE color: 15578874.

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

Color convert

RGB250182237-
CMYK00.270.050.02
HSL311.47º87.18%84.71%-
HSV(B)311.47º27.2%98.04%-
XYZ71.4459.8987.92-
YUV208.6144.03157.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 182 (71.48% from 255) = 27.20%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=37.37%
G=27.20%
B=35.43%

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
Decimal25018223700.270.050.02311.4787.1884.71
HexFAB6ED01B521375755
Octal37226635503352467127125
Binary1111101010110110111011010110111011010011011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6ED; }

 p { color: rgb(250,182,237); }

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

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

 a { background-color: rgb(250,182,237); }

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

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

 span { border-color: rgb(250,182,237); }

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