#FFB38E

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

Shades of Mandys Pink #FFB38E

Tints of Mandys Pink #FFB38E

Color information

#FFB38E (or 0xFFB38E) is unknown color: approx Mandys Pink. HEX triplet: FF, B3 and 8E. RGB value is (255,179,142). Sum of RGB (Red+Green+Blue) = 255+179+142=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB38E is #004C71. Grayscale: #C5C5C5. Windows color (decimal): -19570 or 9352191. OLE color: 9352191.

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

Color convert

RGB255179142-
CMYK00.300.440
HSL19.65º100%77.84%-
HSV(B)19.65º44.31%100%-
XYZ62.2455.4533.01-
YUV197.5196.68169.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 142 (55.86% from 255) = 24.65%
R=44.27%
G=31.08%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517914200.300.44019.6510077.84
HexFFB38E01E2C014644e
Octal37726321603654024144116
Binary11111111101100111000111001111010110001010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB38E; }

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

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

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

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

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

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

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

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