#FFB395

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

Shades of Mandys Pink #FFB395

Tints of Mandys Pink #FFB395

Color information

#FFB395 (or 0xFFB395) is unknown color: approx Mandys Pink. HEX triplet: FF, B3 and 95. RGB value is (255,179,149). Sum of RGB (Red+Green+Blue) = 255+179+149=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB395 is #004C6A. Grayscale: #C6C6C6. Windows color (decimal): -19563 or 9810943. OLE color: 9810943.

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

Color convert

RGB255179149-
CMYK00.300.420
HSL16.98º100%79.22%-
HSV(B)16.98º41.57%100%-
XYZ62.7855.6735.87-
YUV198.3100.18168.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=43.74%
G=30.70%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517914900.300.42016.9810079.22
HexFFB39501E2A011644f
Octal37726322503652021144117
Binary11111111101100111001010101111010101001000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB395; }

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

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

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

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

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

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

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

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