#FFB992

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

Shades of Mandys Pink #FFB992

Tints of Mandys Pink #FFB992

Color information

#FFB992 (or 0xFFB992) is unknown color: approx Mandys Pink. HEX triplet: FF, B9 and 92. RGB value is (255,185,146). Sum of RGB (Red+Green+Blue) = 255+185+146=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB992 is #00466D. Grayscale: #C9C9C9. Windows color (decimal): -18030 or 9615871. OLE color: 9615871.

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

Color convert

RGB255185146-
CMYK00.270.430
HSL21.47º100%78.63%-
HSV(B)21.47º42.75%100%-
XYZ63.7858.0335.03-
YUV201.4896.69166.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 146 (57.42% from 255) = 24.91%
R=43.52%
G=31.57%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518514600.270.43021.4710078.63
HexFFB99201B2B015644f
Octal37727122203353025144117
Binary11111111101110011001001001101110101101010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB992; }

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

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

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

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

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

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

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

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