#FBABE9

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

Shades of Lavender Rose #FBABE9

Tints of Lavender Rose #FBABE9

Color information

#FBABE9 (or 0xFBABE9) is unknown color: approx Lavender Rose. HEX triplet: FB, AB and E9. RGB value is (251,171,233). Sum of RGB (Red+Green+Blue) = 251+171+233=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABE9 is #045416. Grayscale: #C9C9C9. Windows color (decimal): -283671 or 15313915. OLE color: 15313915.

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

Color convert

RGB251171233-
CMYK00.320.070.02
HSL313.5º90.91%82.75%-
HSV(B)313.5º31.87%98.43%-
XYZ69.0555.5284.17-
YUV201.99145.5162.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 171 (67.19% from 255) = 26.11%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=38.32%
G=26.11%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117123300.320.070.02313.590.9182.75
HexFBABE90207213a5b53
Octal37325335104072472133123
Binary11111011101010111110100101000001111010011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABE9; }

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

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

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

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

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

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

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

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