#FFB99B

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

Shades of Mandys Pink #FFB99B

Tints of Mandys Pink #FFB99B

Color information

#FFB99B (or 0xFFB99B) is unknown color: approx Mandys Pink. HEX triplet: FF, B9 and 9B. RGB value is (255,185,155). Sum of RGB (Red+Green+Blue) = 255+185+155=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB99B is #004664. Grayscale: #CACACA. Windows color (decimal): -18021 or 10205695. OLE color: 10205695.

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

Color convert

RGB255185155-
CMYK00.270.390
HSL18º100%80.39%-
HSV(B)18º39.22%100%-
XYZ64.5158.3238.87-
YUV202.51101.19165.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=42.86%
G=31.09%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518515500.270.3901810080.39
HexFFB99B01B270126450
Octal37727123303347022144120
Binary11111111101110011001101101101110011101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB99B; }

 p { color: rgb(255,185,155); }

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

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

 a { background-color: rgb(255,185,155); }

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

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

 span { border-color: rgb(255,185,155); }

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