#FBABE1

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

Shades of Lavender Rose #FBABE1

Tints of Lavender Rose #FBABE1

Color information

#FBABE1 (or 0xFBABE1) is unknown color: approx Lavender Rose. HEX triplet: FB, AB and E1. RGB value is (251,171,225). Sum of RGB (Red+Green+Blue) = 251+171+225=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABE1 is #04541E. Grayscale: #C8C8C8. Windows color (decimal): -283679 or 14789627. OLE color: 14789627.

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

Color convert

RGB251171225-
CMYK00.320.100.02
HSL319.5º90.91%82.75%-
HSV(B)319.5º31.87%98.43%-
XYZ67.9455.0778.28-
YUV201.08141.5163.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 171 (67.19% from 255) = 26.43%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=38.79%
G=26.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117122500.320.100.02319.590.9182.75
HexFBABE1020A21405b53
Octal373253341040122500133123
Binary111110111010101111100001010000010101010100000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABE1; }

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

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

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

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

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

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

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

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