#FBABFB

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

Shades of Lavender Rose #FBABFB

Tints of Lavender Rose #FBABFB

Color information

#FBABFB (or 0xFBABFB) is unknown color: approx Lavender Rose. HEX triplet: FB, AB and FB. RGB value is (251,171,251). Sum of RGB (Red+Green+Blue) = 251+171+251=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABFB is #045404. Grayscale: #CBCBCB. Windows color (decimal): -283653 or 16493563. OLE color: 16493563.

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

Color convert

RGB251171251-
CMYK00.3200.02
HSL300º90.91%82.75%-
HSV(B)300º31.87%98.43%-
XYZ71.7656.698.41-
YUV204.04154.5161.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 171 (67.19% from 255) = 25.41%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=37.30%
G=25.41%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117125100.3200.0230090.9182.75
HexFBABFB0200212c5b53
Octal37325337304002454133123
Binary111110111010101111111011010000001010010110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABFB; }

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

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

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

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

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

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

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

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