#FBAAF0

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

Shades of Lavender Rose #FBAAF0

Tints of Lavender Rose #FBAAF0

Color information

#FBAAF0 (or 0xFBAAF0) is unknown color: approx Lavender Rose. HEX triplet: FB, AA and F0. RGB value is (251,170,240). Sum of RGB (Red+Green+Blue) = 251+170+240=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAF0 is #04550F. Grayscale: #CACACA. Windows color (decimal): -283920 or 15772411. OLE color: 15772411.

HSL color Cylindrical-coordinate representation of color #FBAAF0: hue angle of 308.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAAF0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251170240-
CMYK00.320.040.02
HSL308.15º91.01%82.55%-
HSV(B)308.15º32.27%98.43%-
XYZ69.8955.5589.48-
YUV202.2149.34162.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 170 (66.80% from 255) = 25.72%
BLUE value IS 240 (94.14% from 255) = 36.31%
R=37.97%
G=25.72%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117024000.320.040.02308.1591.0182.55
HexFBAAF0020421345b53
Octal37325236004042464133123
Binary11111011101010101111000001000001001010011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAF0; }

 p { color: rgb(251,170,240); }

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

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

 a { background-color: rgb(251,170,240); }

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

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

 span { border-color: rgb(251,170,240); }

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