#FAB1ED

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

Shades of Lavender Rose #FAB1ED

Tints of Lavender Rose #FAB1ED

Color information

#FAB1ED (or 0xFAB1ED) is unknown color: approx Lavender Rose. HEX triplet: FA, B1 and ED. RGB value is (250,177,237). Sum of RGB (Red+Green+Blue) = 250+177+237=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 177 (69.53% from 255 or 26.66% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1ED is #054E12. Grayscale: #CDCDCD. Windows color (decimal): -347667 or 15577594. OLE color: 15577594.

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

Color convert

RGB250177237-
CMYK00.290.050.02
HSL310.68º87.95%83.73%-
HSV(B)310.68º29.2%98.04%-
XYZ70.4357.8887.58-
YUV205.67145.68159.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 177 (69.53% from 255) = 26.66%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=37.65%
G=26.66%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017723700.290.050.02310.6887.9583.73
HexFAB1ED01D521375854
Octal37226135503552467130124
Binary1111101010110001111011010111011011010011011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1ED; }

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

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

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

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

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

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

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

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