#FBBAED

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

Shades of Lavender Rose #FBBAED

Tints of Lavender Rose #FBBAED

Color information

#FBBAED (or 0xFBBAED) is unknown color: approx Lavender Rose. HEX triplet: FB, BA and ED. RGB value is (251,186,237). Sum of RGB (Red+Green+Blue) = 251+186+237=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAED is #044512. Grayscale: #D3D3D3. Windows color (decimal): -279827 or 15579899. OLE color: 15579899.

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

Color convert

RGB251186237-
CMYK00.260.060.02
HSL312.92º89.04%85.69%-
HSV(B)312.92º25.9%98.43%-
XYZ72.6361.7488.21-
YUV211.25142.53156.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 186 (73.05% from 255) = 27.60%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=37.24%
G=27.60%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118623700.260.060.02312.9289.0485.69
HexFBBAED01A621395956
Octal37327235503262471131126
Binary1111101110111010111011010110101101010011100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAED; }

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

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

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

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

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

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

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

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