#FFB493

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

Shades of Mandys Pink #FFB493

Tints of Mandys Pink #FFB493

Color information

#FFB493 (or 0xFFB493) is unknown color: approx Mandys Pink. HEX triplet: FF, B4 and 93. RGB value is (255,180,147). Sum of RGB (Red+Green+Blue) = 255+180+147=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB493 is #004B6C. Grayscale: #C6C6C6. Windows color (decimal): -19309 or 9680127. OLE color: 9680127.

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

Color convert

RGB255180147-
CMYK00.290.420
HSL18.33º100%78.82%-
HSV(B)18.33º42.35%100%-
XYZ62.8356.0135.1-
YUV198.6698.85168.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 180 (70.70% from 255) = 30.93%
BLUE value IS 147 (57.81% from 255) = 25.26%
R=43.81%
G=30.93%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518014700.290.42018.3310078.82
HexFFB49301D2A012644f
Octal37726422303552022144117
Binary11111111101101001001001101110110101001001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB493; }

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

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

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

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

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

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

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

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