#FBA0FB

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

Shades of Lavender Rose #FBA0FB

Tints of Lavender Rose #FBA0FB

Color information

#FBA0FB (or 0xFBA0FB) is unknown color: approx Lavender Rose. HEX triplet: FB, A0 and FB. RGB value is (251,160,251). Sum of RGB (Red+Green+Blue) = 251+160+251=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 160 (62.89% from 255 or 24.17% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBA0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA0FB is #045F04. Grayscale: #C5C5C5. Windows color (decimal): -286469 or 16490747. OLE color: 16490747.

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

Color convert

RGB251160251-
CMYK00.3600.02
HSL300º91.92%80.59%-
HSV(B)300º36.25%98.43%-
XYZ69.7752.6297.75-
YUV197.58158.15166.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 160 (62.89% from 255) = 24.17%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=37.92%
G=24.17%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116025100.3600.0230091.9280.59
HexFBA0FB0240212c5c51
Octal37324037304402454134121
Binary111110111010000011111011010010001010010110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0FB; }

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

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

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

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

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

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

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

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