#FFB18F

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

Shades of Mandys Pink #FFB18F

Tints of Mandys Pink #FFB18F

Color information

#FFB18F (or 0xFFB18F) is unknown color: approx Mandys Pink. HEX triplet: FF, B1 and 8F. RGB value is (255,177,143). Sum of RGB (Red+Green+Blue) = 255+177+143=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB18F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB18F is #004E70. Grayscale: #C4C4C4. Windows color (decimal): -20081 or 9417215. OLE color: 9417215.

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

Color convert

RGB255177143-
CMYK00.310.440
HSL18.21º100%78.04%-
HSV(B)18.21º43.92%100%-
XYZ61.9254.6933.28-
YUV196.4597.84169.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=44.35%
G=30.78%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517714300.310.44018.2110078.04
HexFFB18F01F2C012644e
Octal37726121703754022144116
Binary11111111101100011000111101111110110001001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB18F; }

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

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

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

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

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

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

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

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