#FAB298

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

Shades of Mandys Pink #FAB298

Tints of Mandys Pink #FAB298

Color information

#FAB298 (or 0xFAB298) is unknown color: approx Mandys Pink. HEX triplet: FA, B2 and 98. RGB value is (250,178,152). Sum of RGB (Red+Green+Blue) = 250+178+152=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB298 is #054D67. Grayscale: #C4C4C4. Windows color (decimal): -347496 or 10007290. OLE color: 10007290.

HSL color Cylindrical-coordinate representation of color #FAB298: hue angle of 15.92º 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 #FAB298 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250178152-
CMYK00.290.390.02
HSL15.92º90.74%78.82%-
HSV(B)15.92º39.2%98.04%-
XYZ61.0154.4337-
YUV196.56102.85166.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 152 (59.77% from 255) = 26.21%
R=43.10%
G=30.69%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017815200.290.390.0215.9290.7478.82
HexFAB29801D272105b4f
Octal37226223003547220133117
Binary111110101011001010011000011101100111101000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB298; }

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

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

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

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

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

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

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

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