#FBAAE7

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

Shades of Lavender Rose #FBAAE7

Tints of Lavender Rose #FBAAE7

Color information

#FBAAE7 (or 0xFBAAE7) is unknown color: approx Lavender Rose. HEX triplet: FB, AA and E7. RGB value is (251,170,231). Sum of RGB (Red+Green+Blue) = 251+170+231=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAE7 is #045518. Grayscale: #C9C9C9. Windows color (decimal): -283929 or 15182587. OLE color: 15182587.

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

Color convert

RGB251170231-
CMYK00.320.080.02
HSL314.81º91.01%82.55%-
HSV(B)314.81º32.27%98.43%-
XYZ68.5855.0382.61-
YUV201.17144.84163.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 170 (66.80% from 255) = 26.07%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=38.50%
G=26.07%
B=35.43%

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
Decimal25117023100.320.080.02314.8191.0182.55
HexFBAAE70208213b5b53
Octal373252347040102473133123
Binary111110111010101011100111010000010001010011101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAE7; }

 p { color: rgb(251,170,231); }

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

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

 a { background-color: rgb(251,170,231); }

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

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

 span { border-color: rgb(251,170,231); }

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