#FBAEE1

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

Shades of Lavender Rose #FBAEE1

Tints of Lavender Rose #FBAEE1

Color information

#FBAEE1 (or 0xFBAEE1) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and E1. RGB value is (251,174,225). Sum of RGB (Red+Green+Blue) = 251+174+225=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEE1 is #04511E. Grayscale: #CACACA. Windows color (decimal): -282911 or 14790395. OLE color: 14790395.

HSL color Cylindrical-coordinate representation of color #FBAEE1: hue angle of 320.26º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEE1 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251174225-
CMYK00.310.100.02
HSL320.26º90.59%83.33%-
HSV(B)320.26º30.68%98.43%-
XYZ68.5156.2278.47-
YUV202.84140.51162.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=38.62%
G=26.77%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117422500.310.100.02320.2690.5983.33
HexFBAEE101FA21405b53
Octal373256341037122500133123
Binary11111011101011101110000101111110101010100000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEE1; }

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

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

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

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

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

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

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

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