#FBAAE1

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

Shades of Lavender Rose #FBAAE1

Tints of Lavender Rose #FBAAE1

Color information

#FBAAE1 (or 0xFBAAE1) is unknown color: approx Lavender Rose. HEX triplet: FB, AA and E1. RGB value is (251,170,225). Sum of RGB (Red+Green+Blue) = 251+170+225=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAE1 is #04551E. Grayscale: #C8C8C8. Windows color (decimal): -283935 or 14789371. OLE color: 14789371.

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

Color convert

RGB251170225-
CMYK00.320.100.02
HSL319.26º91.01%82.55%-
HSV(B)319.26º32.27%98.43%-
XYZ67.7554.6978.22-
YUV200.49141.84164.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 170 (66.80% from 255) = 26.32%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=38.85%
G=26.32%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117022500.320.100.02319.2691.0182.55
HexFBAAE1020A213f5b53
Octal373252341040122477133123
Binary111110111010101011100001010000010101010011111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAE1; }

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

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

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

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

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

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

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

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