#F6B992

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

Shades of Mandys Pink #F6B992

Tints of Mandys Pink #F6B992

Color information

#F6B992 (or 0xF6B992) is unknown color: approx Mandys Pink. HEX triplet: F6, B9 and 92. RGB value is (246,185,146). Sum of RGB (Red+Green+Blue) = 246+185+146=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B992 is #09466D. Grayscale: #C7C7C7. Windows color (decimal): -607854 or 9615862. OLE color: 9615862.

HSL color Cylindrical-coordinate representation of color #F6B992: hue angle of 23.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6B992 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB246185146-
CMYK00.250.410.04
HSL23.4º84.75%76.86%-
HSV(B)23.4º40.65%96.47%-
XYZ60.5456.3734.88-
YUV198.7998.21161.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.63%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=42.63%
G=32.06%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618514600.250.410.0423.484.7576.86
HexF6B99201929417554d
Octal36627122203151427125115
Binary1111011010111001100100100110011010011001011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B992; }

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

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

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

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

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

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

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

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