#FFB18A

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

Shades of Mandys Pink #FFB18A

Tints of Mandys Pink #FFB18A

Color information

#FFB18A (or 0xFFB18A) is unknown color: approx Mandys Pink. HEX triplet: FF, B1 and 8A. RGB value is (255,177,138). Sum of RGB (Red+Green+Blue) = 255+177+138=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB18A is #004E75. Grayscale: #C4C4C4. Windows color (decimal): -20086 or 9089535. OLE color: 9089535.

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

Color convert

RGB255177138-
CMYK00.310.460
HSL20º100%77.06%-
HSV(B)20º45.88%100%-
XYZ61.5554.5431.33-
YUV195.8895.34170.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=44.74%
G=31.05%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517713800.310.4602010077.06
HexFFB18A01F2E014644d
Octal37726121203756024144115
Binary11111111101100011000101001111110111001010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB18A; }

 p { color: rgb(255,177,138); }

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

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

 a { background-color: rgb(255,177,138); }

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

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

 span { border-color: rgb(255,177,138); }

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