#FBA0AD

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

Shades of Illusion #FBA0AD

Tints of Illusion #FBA0AD

Color information

#FBA0AD (or 0xFBA0AD) is unknown color: approx Illusion. HEX triplet: FB, A0 and AD. RGB value is (251,160,173). Sum of RGB (Red+Green+Blue) = 251+160+173=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA0AD is #045F52. Grayscale: #BCBCBC. Windows color (decimal): -286547 or 11378939. OLE color: 11378939.

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

Color convert

RGB251160173-
CMYK00.360.310.02
HSL351.43º91.92%80.59%-
HSV(B)351.43º36.25%98.43%-
XYZ59.948.6745.77-
YUV188.69119.15172.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=42.98%
G=27.40%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116017300.360.310.02351.4391.9280.59
HexFBA0AD0241F215f5c51
Octal373240255044372537134121
Binary1111101110100000101011010100100111111010101111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0AD; }

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

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

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

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

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

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

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

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