#FBAEF7

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

Shades of Lavender Rose #FBAEF7

Tints of Lavender Rose #FBAEF7

Color information

#FBAEF7 (or 0xFBAEF7) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and F7. RGB value is (251,174,247). Sum of RGB (Red+Green+Blue) = 251+174+247=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 174 (68.36% from 255 or 25.89% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF7 is #045108. Grayscale: #CDCDCD. Windows color (decimal): -282889 or 16232187. OLE color: 16232187.

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

Color convert

RGB251174247-
CMYK00.310.020.02
HSL303.12º90.59%83.33%-
HSV(B)303.12º30.68%98.43%-
XYZ71.7157.595.31-
YUV205.34151.51160.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 174 (68.36% from 255) = 25.89%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=37.35%
G=25.89%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117424700.310.020.02303.1290.5983.33
HexFBAEF701F2212f5b53
Octal37325636703722457133123
Binary111110111010111011110111011111101010010111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEF7; }

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

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

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

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

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

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

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

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