#FBAEE7

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

Shades of Lavender Rose #FBAEE7

Tints of Lavender Rose #FBAEE7

Color information

#FBAEE7 (or 0xFBAEE7) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and E7. RGB value is (251,174,231). Sum of RGB (Red+Green+Blue) = 251+174+231=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEE7 is #045118. Grayscale: #CBCBCB. Windows color (decimal): -282905 or 15183611. OLE color: 15183611.

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

Color convert

RGB251174231-
CMYK00.310.080.02
HSL315.58º90.59%83.33%-
HSV(B)315.58º30.68%98.43%-
XYZ69.3456.5582.86-
YUV203.52143.51161.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 174 (68.36% from 255) = 26.52%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=38.26%
G=26.52%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117423100.310.080.02315.5890.5983.33
HexFBAEE701F8213c5b53
Octal373256347037102474133123
Binary11111011101011101110011101111110001010011110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEE7; }

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

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

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

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

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

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

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

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