#FFB995

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

Shades of Mandys Pink #FFB995

Tints of Mandys Pink #FFB995

Color information

#FFB995 (or 0xFFB995) is unknown color: approx Mandys Pink. HEX triplet: FF, B9 and 95. RGB value is (255,185,149). Sum of RGB (Red+Green+Blue) = 255+185+149=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB995 is #00466A. Grayscale: #CACACA. Windows color (decimal): -18027 or 9812479. OLE color: 9812479.

HSL color Cylindrical-coordinate representation of color #FFB995: hue angle of 20.38º 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 #FFB995 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255185149-
CMYK00.270.420
HSL20.38º100%79.22%-
HSV(B)20.38º41.57%100%-
XYZ64.0158.1336.28-
YUV201.8398.19165.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=43.29%
G=31.41%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518514900.270.42020.3810079.22
HexFFB99501B2A014644f
Octal37727122503352024144117
Binary11111111101110011001010101101110101001010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB995; }

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

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

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

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

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

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

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

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