#FBABF1

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

Shades of Lavender Rose #FBABF1

Tints of Lavender Rose #FBABF1

Color information

#FBABF1 (or 0xFBABF1) is unknown color: approx Lavender Rose. HEX triplet: FB, AB and F1. RGB value is (251,171,241). Sum of RGB (Red+Green+Blue) = 251+171+241=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABF1 is #04540E. Grayscale: #CACACA. Windows color (decimal): -283663 or 15838203. OLE color: 15838203.

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

Color convert

RGB251171241-
CMYK00.320.040.02
HSL307.5º90.91%82.75%-
HSV(B)307.5º31.87%98.43%-
XYZ70.2255.9990.32-
YUV202.9149.5162.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 171 (67.19% from 255) = 25.79%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=37.86%
G=25.79%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117124100.320.040.02307.590.9182.75
HexFBABF1020421345b53
Octal37325336104042464133123
Binary11111011101010111111000101000001001010011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABF1; }

 p { color: rgb(251,171,241); }

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

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

 a { background-color: rgb(251,171,241); }

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

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

 span { border-color: rgb(251,171,241); }

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