#FBAAF9

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

Shades of Lavender Rose #FBAAF9

Tints of Lavender Rose #FBAAF9

Color information

#FBAAF9 (or 0xFBAAF9) is unknown color: approx Lavender Rose. HEX triplet: FB, AA and F9. RGB value is (251,170,249). Sum of RGB (Red+Green+Blue) = 251+170+249=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 170 (66.80% from 255 or 25.37% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAF9 is #045506. Grayscale: #CACACA. Windows color (decimal): -283911 or 16362235. OLE color: 16362235.

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

Color convert

RGB251170249-
CMYK00.320.010.02
HSL301.48º91.01%82.55%-
HSV(B)301.48º32.27%98.43%-
XYZ71.2656.196.69-
YUV203.22153.84162.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 170 (66.80% from 255) = 25.37%
BLUE value IS 249 (97.66% from 255) = 37.16%
R=37.46%
G=25.37%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117024900.320.010.02301.4891.0182.55
HexFBAAF90201212d5b53
Octal37325237104012455133123
Binary111110111010101011111001010000011010010110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAF9; }

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

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

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

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

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

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

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

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