#FFB28A

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

Shades of Mandys Pink #FFB28A

Tints of Mandys Pink #FFB28A

Color information

#FFB28A (or 0xFFB28A) is unknown color: approx Mandys Pink. HEX triplet: FF, B2 and 8A. RGB value is (255,178,138). Sum of RGB (Red+Green+Blue) = 255+178+138=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB28A is #004D75. Grayscale: #C4C4C4. Windows color (decimal): -19830 or 9089791. OLE color: 9089791.

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

Color convert

RGB255178138-
CMYK00.300.460
HSL20.51º100%77.06%-
HSV(B)20.51º45.88%100%-
XYZ61.7554.9431.39-
YUV196.4695.01169.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=44.66%
G=31.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517813800.300.46020.5110077.06
HexFFB28A01E2E015644d
Octal37726221203656025144115
Binary11111111101100101000101001111010111001010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB28A; }

 p { color: rgb(255,178,138); }

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

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

 a { background-color: rgb(255,178,138); }

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

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

 span { border-color: rgb(255,178,138); }

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