#FBAEF6

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

Shades of Lavender Rose #FBAEF6

Tints of Lavender Rose #FBAEF6

Color information

#FBAEF6 (or 0xFBAEF6) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and F6. RGB value is (251,174,246). Sum of RGB (Red+Green+Blue) = 251+174+246=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 174 (68.36% from 255 or 25.93% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF6 is #045109. Grayscale: #CDCDCD. Windows color (decimal): -282890 or 16166651. OLE color: 16166651.

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

Color convert

RGB251174246-
CMYK00.310.020.02
HSL303.9º90.59%83.33%-
HSV(B)303.9º30.68%98.43%-
XYZ71.5557.4494.5-
YUV205.23151.01160.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 174 (68.36% from 255) = 25.93%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=37.41%
G=25.93%
B=36.66%

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
Decimal25117424600.310.020.02303.990.5983.33
HexFBAEF601F221305b53
Octal37325636603722460133123
Binary111110111010111011110110011111101010011000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEF6; }

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

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

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

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

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

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

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

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