#FBBAE8

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

Shades of Lavender Rose #FBBAE8

Tints of Lavender Rose #FBBAE8

Color information

#FBBAE8 (or 0xFBBAE8) is unknown color: approx Lavender Rose. HEX triplet: FB, BA and E8. RGB value is (251,186,232). Sum of RGB (Red+Green+Blue) = 251+186+232=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAE8 is #044517. Grayscale: #D2D2D2. Windows color (decimal): -279832 or 15252219. OLE color: 15252219.

HSL color Cylindrical-coordinate representation of color #FBBAE8: hue angle of 317.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAE8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251186232-
CMYK00.260.080.02
HSL317.54º89.04%85.69%-
HSV(B)317.54º25.9%98.43%-
XYZ71.9161.4584.42-
YUV210.68140.03156.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=37.52%
G=27.80%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118623200.260.080.02317.5489.0485.69
HexFBBAE801A8213e5956
Octal373272350032102476131126
Binary11111011101110101110100001101010001010011111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAE8; }

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

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

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

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

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

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

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

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