#FBAEF8

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

Shades of Lavender Rose #FBAEF8

Tints of Lavender Rose #FBAEF8

Color information

#FBAEF8 (or 0xFBAEF8) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and F8. RGB value is (251,174,248). Sum of RGB (Red+Green+Blue) = 251+174+248=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 174 (68.36% from 255 or 25.85% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF8 is #045107. Grayscale: #CDCDCD. Windows color (decimal): -282888 or 16297723. OLE color: 16297723.

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

Color convert

RGB251174248-
CMYK00.310.010.02
HSL302.34º90.59%83.33%-
HSV(B)302.34º30.68%98.43%-
XYZ71.8657.5696.13-
YUV205.46152.01160.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 174 (68.36% from 255) = 25.85%
BLUE value IS 248 (97.27% from 255) = 36.85%
R=37.30%
G=25.85%
B=36.85%

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
Decimal25117424800.310.010.02302.3490.5983.33
HexFBAEF801F1212e5b53
Octal37325637003712456133123
Binary11111011101011101111100001111111010010111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEF8; }

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

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

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

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

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

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

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

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