#FBA0B8

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

Shades of Illusion #FBA0B8

Tints of Illusion #FBA0B8

Color information

#FBA0B8 (or 0xFBA0B8) is unknown color: approx Illusion. HEX triplet: FB, A0 and B8. RGB value is (251,160,184). Sum of RGB (Red+Green+Blue) = 251+160+184=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0B8 is #045F47. Grayscale: #BDBDBD. Windows color (decimal): -286536 or 12099835. OLE color: 12099835.

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

Color convert

RGB251160184-
CMYK00.360.270.02
HSL344.18º91.92%80.59%-
HSV(B)344.18º36.25%98.43%-
XYZ61.0149.1151.61-
YUV189.94124.65171.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 160 (62.89% from 255) = 26.89%
BLUE value IS 184 (72.27% from 255) = 30.92%
R=42.18%
G=26.89%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116018400.360.270.02344.1891.9280.59
HexFBA0B80241B21585c51
Octal373240270044332530134121
Binary1111101110100000101110000100100110111010101100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0B8; }

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

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

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

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

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

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

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

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