#FBABF8

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

Shades of Lavender Rose #FBABF8

Tints of Lavender Rose #FBABF8

Color information

#FBABF8 (or 0xFBABF8) is unknown color: approx Lavender Rose. HEX triplet: FB, AB and F8. RGB value is (251,171,248). Sum of RGB (Red+Green+Blue) = 251+171+248=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 171 (67.19% from 255 or 25.52% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABF8 is #045407. Grayscale: #CBCBCB. Windows color (decimal): -283656 or 16296955. OLE color: 16296955.

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

Color convert

RGB251171248-
CMYK00.320.010.02
HSL302.25º90.91%82.75%-
HSV(B)302.25º31.87%98.43%-
XYZ71.2956.4195.94-
YUV203.7153161.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 171 (67.19% from 255) = 25.52%
BLUE value IS 248 (97.27% from 255) = 37.01%
R=37.46%
G=25.52%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117124800.320.010.02302.2590.9182.75
HexFBABF80201212e5b53
Octal37325337004012456133123
Binary111110111010101111111000010000011010010111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABF8; }

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

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

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

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

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

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

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

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