#FFA0B0

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

Shades of Illusion #FFA0B0

Tints of Illusion #FFA0B0

Color information

#FFA0B0 (or 0xFFA0B0) is unknown color: approx Illusion. HEX triplet: FF, A0 and B0. RGB value is (255,160,176). Sum of RGB (Red+Green+Blue) = 255+160+176=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0B0 is #005F4F. Grayscale: #BEBEBE. Windows color (decimal): -24400 or 11575551. OLE color: 11575551.

HSL color Cylindrical-coordinate representation of color #FFA0B0: hue angle of 349.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0B0 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255160176-
CMYK00.370.310
HSL349.89º100%81.37%-
HSV(B)349.89º37.25%100%-
XYZ61.6549.5447.39-
YUV190.23119.97174.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=43.15%
G=27.07%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516017600.370.310349.8910081.37
HexFFA0B00251F015e6451
Octal377240260045370536144121
Binary111111111010000010110000010010111111010101111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0B0; }

 p { color: rgb(255,160,176); }

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

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

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

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

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

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

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