#FABB98

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

Shades of Mandys Pink #FABB98

Tints of Mandys Pink #FABB98

Color information

#FABB98 (or 0xFABB98) is unknown color: approx Mandys Pink. HEX triplet: FA, BB and 98. RGB value is (250,187,152). Sum of RGB (Red+Green+Blue) = 250+187+152=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB98 is #054467. Grayscale: #CACACA. Windows color (decimal): -345192 or 10009594. OLE color: 10009594.

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

Color convert

RGB250187152-
CMYK00.250.390.02
HSL21.43º90.74%78.82%-
HSV(B)21.43º39.2%98.04%-
XYZ62.8658.1337.61-
YUV201.8599.87162.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 152 (59.77% from 255) = 25.81%
R=42.44%
G=31.75%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018715200.250.390.0221.4390.7478.82
HexFABB98019272155b4f
Octal37227323003147225133117
Binary111110101011101110011000011001100111101010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABB98; }

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

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

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

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

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

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

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

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