#FFB293

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

Shades of Mandys Pink #FFB293

Tints of Mandys Pink #FFB293

Color information

#FFB293 (or 0xFFB293) is unknown color: approx Mandys Pink. HEX triplet: FF, B2 and 93. RGB value is (255,178,147). Sum of RGB (Red+Green+Blue) = 255+178+147=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB293 is #004D6C. Grayscale: #C5C5C5. Windows color (decimal): -19821 or 9679615. OLE color: 9679615.

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

Color convert

RGB255178147-
CMYK00.300.420
HSL17.22º100%78.82%-
HSV(B)17.22º42.35%100%-
XYZ62.4355.2134.97-
YUV197.4999.51169.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 147 (57.81% from 255) = 25.34%
R=43.97%
G=30.69%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517814700.300.42017.2210078.82
HexFFB29301E2A011644f
Octal37726222303652021144117
Binary11111111101100101001001101111010101001000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB293; }

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

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

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

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

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

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

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

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