#FBA0F9

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

Shades of Lavender Rose #FBA0F9

Tints of Lavender Rose #FBA0F9

Color information

#FBA0F9 (or 0xFBA0F9) is unknown color: approx Lavender Rose. HEX triplet: FB, A0 and F9. RGB value is (251,160,249). Sum of RGB (Red+Green+Blue) = 251+160+249=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 160 (62.89% from 255 or 24.24% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA0F9 is #045F06. Grayscale: #C5C5C5. Windows color (decimal): -286471 or 16359675. OLE color: 16359675.

HSL color Cylindrical-coordinate representation of color #FBA0F9: hue angle of 301.32º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0F9 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB251160249-
CMYK00.360.010.02
HSL301.32º91.92%80.59%-
HSV(B)301.32º36.25%98.43%-
XYZ69.4552.4996.09-
YUV197.36157.15166.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 160 (62.89% from 255) = 24.24%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=38.03%
G=24.24%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116024900.360.010.02301.3291.9280.59
HexFBA0F90241212d5c51
Octal37324037104412455134121
Binary111110111010000011111001010010011010010110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0F9; }

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

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

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

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

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

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

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

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