#FABAF1

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

Shades of Lavender Rose #FABAF1

Tints of Lavender Rose #FABAF1

Color information

#FABAF1 (or 0xFABAF1) is unknown color: approx Lavender Rose. HEX triplet: FA, BA and F1. RGB value is (250,186,241). Sum of RGB (Red+Green+Blue) = 250+186+241=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAF1 is #05450E. Grayscale: #D3D3D3. Windows color (decimal): -345359 or 15842042. OLE color: 15842042.

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

Color convert

RGB250186241-
CMYK00.260.040.02
HSL308.44º86.49%85.49%-
HSV(B)308.44º25.6%98.04%-
XYZ72.8661.7991.31-
YUV211.41144.7155.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 186 (73.05% from 255) = 27.47%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=36.93%
G=27.47%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018624100.260.040.02308.4486.4985.49
HexFABAF101A421345655
Octal37227236103242464126125
Binary1111101010111010111100010110101001010011010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAF1; }

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

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

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

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

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

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

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

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