#FFB492

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

Shades of Mandys Pink #FFB492

Tints of Mandys Pink #FFB492

Color information

#FFB492 (or 0xFFB492) is unknown color: approx Mandys Pink. HEX triplet: FF, B4 and 92. RGB value is (255,180,146). Sum of RGB (Red+Green+Blue) = 255+180+146=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB492 is #004B6D. Grayscale: #C6C6C6. Windows color (decimal): -19310 or 9614591. OLE color: 9614591.

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

Color convert

RGB255180146-
CMYK00.290.430
HSL18.72º100%78.63%-
HSV(B)18.72º42.75%100%-
XYZ62.7555.9834.69-
YUV198.5598.35168.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 180 (70.70% from 255) = 30.98%
BLUE value IS 146 (57.42% from 255) = 25.13%
R=43.89%
G=30.98%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518014600.290.43018.7210078.63
HexFFB49201D2B013644f
Octal37726422203553023144117
Binary11111111101101001001001001110110101101001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB492; }

 p { color: rgb(255,180,146); }

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

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

 a { background-color: rgb(255,180,146); }

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

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

 span { border-color: rgb(255,180,146); }

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