#F8A1AE

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

Shades of Illusion #F8A1AE

Tints of Illusion #F8A1AE

Color information

#F8A1AE (or 0xF8A1AE) is unknown color: approx Illusion. HEX triplet: F8, A1 and AE. RGB value is (248,161,174). Sum of RGB (Red+Green+Blue) = 248+161+174=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A1AE is #075E51. Grayscale: #BCBCBC. Windows color (decimal): -482898 or 11444728. OLE color: 11444728.

HSL color Cylindrical-coordinate representation of color #F8A1AE: hue angle of 351.03º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A1AE is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248161174-
CMYK00.350.300.03
HSL351.03º86.14%80.2%-
HSV(B)351.03º35.08%97.25%-
XYZ59.148.546.29-
YUV188.5119.82170.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.54%
GREEN value IS 161 (63.28% from 255) = 27.62%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=42.54%
G=27.62%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816117400.350.300.03351.0386.1480.2
HexF8A1AE0231E315f5650
Octal370241256043363537126120
Binary1111100010100001101011100100011111101110101111110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1AE; }

 p { color: rgb(248,161,174); }

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

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

 a { background-color: rgb(248,161,174); }

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

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

 span { border-color: rgb(248,161,174); }

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