#FBABE8

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

Shades of Lavender Rose #FBABE8

Tints of Lavender Rose #FBABE8

Color information

#FBABE8 (or 0xFBABE8) is unknown color: approx Lavender Rose. HEX triplet: FB, AB and E8. RGB value is (251,171,232). Sum of RGB (Red+Green+Blue) = 251+171+232=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABE8 is #045417. Grayscale: #C9C9C9. Windows color (decimal): -283672 or 15248379. OLE color: 15248379.

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

Color convert

RGB251171232-
CMYK00.320.080.02
HSL314.25º90.91%82.75%-
HSV(B)314.25º31.87%98.43%-
XYZ68.9155.4683.42-
YUV201.87145163.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=38.38%
G=26.15%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117123200.320.080.02314.2590.9182.75
HexFBABE80208213a5b53
Octal373253350040102472133123
Binary111110111010101111101000010000010001010011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABE8; }

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

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

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

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

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

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

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

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