#FBAEEE

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

Shades of Lavender Rose #FBAEEE

Tints of Lavender Rose #FBAEEE

Color information

#FBAEEE (or 0xFBAEEE) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and EE. RGB value is (251,174,238). Sum of RGB (Red+Green+Blue) = 251+174+238=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEEE is #045111. Grayscale: #CCCCCC. Windows color (decimal): -282898 or 15642363. OLE color: 15642363.

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

Color convert

RGB251174238-
CMYK00.310.050.02
HSL310.13º90.59%83.33%-
HSV(B)310.13º30.68%98.43%-
XYZ70.3556.9588.17-
YUV204.32147.01161.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 174 (68.36% from 255) = 26.24%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=37.86%
G=26.24%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117423800.310.050.02310.1390.5983.33
HexFBAEEE01F521365b53
Octal37325635603752466133123
Binary1111101110101110111011100111111011010011011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEEE; }

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

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

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

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

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

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

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

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