#FBAEF9

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

Shades of Lavender Rose #FBAEF9

Tints of Lavender Rose #FBAEF9

Color information

#FBAEF9 (or 0xFBAEF9) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and F9. RGB value is (251,174,249). Sum of RGB (Red+Green+Blue) = 251+174+249=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 174 (68.36% from 255 or 25.82% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF9 is #045106. Grayscale: #CDCDCD. Windows color (decimal): -282887 or 16363259. OLE color: 16363259.

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

Color convert

RGB251174249-
CMYK00.310.010.02
HSL301.56º90.59%83.33%-
HSV(B)301.56º30.68%98.43%-
XYZ72.0257.6296.95-
YUV205.57152.51160.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 174 (68.36% from 255) = 25.82%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=37.24%
G=25.82%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117424900.310.010.02301.5690.5983.33
HexFBAEF901F1212e5b53
Octal37325637103712456133123
Binary11111011101011101111100101111111010010111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEF9; }

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

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

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

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

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

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

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

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