#F89CA8

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

Shades of Mauvelous #F89CA8

Tints of Mauvelous #F89CA8

Color information

#F89CA8 (or 0xF89CA8) is unknown color: approx Mauvelous. HEX triplet: F8, 9C and A8. RGB value is (248,156,168). Sum of RGB (Red+Green+Blue) = 248+156+168=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89CA8 is #076357. Grayscale: #B8B8B8. Windows color (decimal): -484184 or 11050232. OLE color: 11050232.

HSL color Cylindrical-coordinate representation of color #F89CA8: hue angle of 352.17º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89CA8 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB248156168-
CMYK00.370.320.03
HSL352.17º86.79%79.22%-
HSV(B)352.17º37.1%97.25%-
XYZ57.6746.5642.99-
YUV184.88118.48173.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 168 (66.02% from 255) = 29.37%
R=43.36%
G=27.27%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815616800.370.320.03352.1786.7979.22
HexF89CA8025203160574f
Octal370234250045403540127117
Binary11111000100111001010100001001011000001110110000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89CA8; }

 p { color: rgb(248,156,168); }

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

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

 a { background-color: rgb(248,156,168); }

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

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

 span { border-color: rgb(248,156,168); }

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