#FAB5F1

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

Shades of Lavender Rose #FAB5F1

Tints of Lavender Rose #FAB5F1

Color information

#FAB5F1 (or 0xFAB5F1) is unknown color: approx Lavender Rose. HEX triplet: FA, B5 and F1. RGB value is (250,181,241). Sum of RGB (Red+Green+Blue) = 250+181+241=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5F1 is #054A0E. Grayscale: #D0D0D0. Windows color (decimal): -346639 or 15840762. OLE color: 15840762.

HSL color Cylindrical-coordinate representation of color #FAB5F1: hue angle of 307.83º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5F1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250181241-
CMYK00.280.040.02
HSL307.83º87.34%84.51%-
HSV(B)307.83º27.6%98.04%-
XYZ71.8359.7290.96-
YUV208.47146.36157.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 181 (71.09% from 255) = 26.93%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=37.20%
G=26.93%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018124100.280.040.02307.8387.3484.51
HexFAB5F101C421345755
Octal37226536103442464127125
Binary1111101010110101111100010111001001010011010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5F1; }

 p { color: rgb(250,181,241); }

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

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

 a { background-color: rgb(250,181,241); }

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

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

 span { border-color: rgb(250,181,241); }

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