#FA98A8

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

Shades of Mauvelous #FA98A8

Tints of Mauvelous #FA98A8

Color information

#FA98A8 (or 0xFA98A8) is unknown color: approx Mauvelous. HEX triplet: FA, 98 and A8. RGB value is (250,152,168). Sum of RGB (Red+Green+Blue) = 250+152+168=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA98A8 is #056757. Grayscale: #B7B7B7. Windows color (decimal): -354136 or 11049210. OLE color: 11049210.

HSL color Cylindrical-coordinate representation of color #FA98A8: hue angle of 350.2º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA98A8 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB250152168-
CMYK00.390.330.02
HSL350.2º90.74%78.82%-
HSV(B)350.2º39.2%98.04%-
XYZ57.7245.6142.81-
YUV183.13119.47175.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 168 (66.02% from 255) = 29.47%
R=43.86%
G=26.67%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015216800.390.330.02350.290.7478.82
HexFA98A802721215e5b4f
Octal372230250047412536133117
Binary11111010100110001010100001001111000011010101111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98A8; }

 p { color: rgb(250,152,168); }

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

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

 a { background-color: rgb(250,152,168); }

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

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

 span { border-color: rgb(250,152,168); }

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