#FBBAEA

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

Shades of Lavender Rose #FBBAEA

Tints of Lavender Rose #FBBAEA

Color information

#FBBAEA (or 0xFBBAEA) is unknown color: approx Lavender Rose. HEX triplet: FB, BA and EA. RGB value is (251,186,234). Sum of RGB (Red+Green+Blue) = 251+186+234=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAEA is #044515. Grayscale: #D2D2D2. Windows color (decimal): -279830 or 15383291. OLE color: 15383291.

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

Color convert

RGB251186234-
CMYK00.260.070.02
HSL315.69º89.04%85.69%-
HSV(B)315.69º25.9%98.43%-
XYZ72.1961.5785.92-
YUV210.91141.03156.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 186 (73.05% from 255) = 27.72%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=37.41%
G=27.72%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118623400.260.070.02315.6989.0485.69
HexFBBAEA01A7213c5956
Octal37327235203272474131126
Binary1111101110111010111010100110101111010011110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAEA; }

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

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

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

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

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

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

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

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