#F8A1B8

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

Shades of Illusion #F8A1B8

Tints of Illusion #F8A1B8

Color information

#F8A1B8 (or 0xF8A1B8) is unknown color: approx Illusion. HEX triplet: F8, A1 and B8. RGB value is (248,161,184). Sum of RGB (Red+Green+Blue) = 248+161+184=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1B8 is #075E47. Grayscale: #BDBDBD. Windows color (decimal): -482888 or 12100088. OLE color: 12100088.

HSL color Cylindrical-coordinate representation of color #F8A1B8: hue angle of 344.14º 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 #F8A1B8 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248161184-
CMYK00.350.260.03
HSL344.14º86.14%80.2%-
HSV(B)344.14º35.08%97.25%-
XYZ60.1148.9151.62-
YUV189.64124.82169.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 161 (63.28% from 255) = 27.15%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=41.82%
G=27.15%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816118400.350.260.03344.1486.1480.2
HexF8A1B80231A31585650
Octal370241270043323530126120
Binary1111100010100001101110000100011110101110101100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1B8; }

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

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

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

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

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

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

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

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