#FFB497

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

Shades of Mandys Pink #FFB497

Tints of Mandys Pink #FFB497

Color information

#FFB497 (or 0xFFB497) is unknown color: approx Mandys Pink. HEX triplet: FF, B4 and 97. RGB value is (255,180,151). Sum of RGB (Red+Green+Blue) = 255+180+151=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB497 is #004B68. Grayscale: #C7C7C7. Windows color (decimal): -19305 or 9942271. OLE color: 9942271.

HSL color Cylindrical-coordinate representation of color #FFB497: hue angle of 16.73º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFB497 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255180151-
CMYK00.290.410
HSL16.73º100%79.61%-
HSV(B)16.73º40.78%100%-
XYZ63.1556.1436.79-
YUV199.12100.85167.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 151 (59.38% from 255) = 25.77%
R=43.52%
G=30.72%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518015100.290.41016.7310079.61
HexFFB49701D290116450
Octal37726422703551021144120
Binary11111111101101001001011101110110100101000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB497; }

 p { color: rgb(255,180,151); }

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

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

 a { background-color: rgb(255,180,151); }

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

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

 span { border-color: rgb(255,180,151); }

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