#F6B99A

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

Shades of Mandys Pink #F6B99A

Tints of Mandys Pink #F6B99A

Color information

#F6B99A (or 0xF6B99A) is unknown color: approx Mandys Pink. HEX triplet: F6, B9 and 9A. RGB value is (246,185,154). Sum of RGB (Red+Green+Blue) = 246+185+154=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B99A is #094665. Grayscale: #C7C7C7. Windows color (decimal): -607846 or 10140150. OLE color: 10140150.

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

Color convert

RGB246185154-
CMYK00.250.370.04
HSL20.22º83.64%78.43%-
HSV(B)20.22º37.4%96.47%-
XYZ61.1956.6238.28-
YUV199.7102.21161.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.05%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=42.05%
G=31.62%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618515400.250.370.0420.2283.6478.43
HexF6B99A01925414544e
Octal36627123203145424124116
Binary1111011010111001100110100110011001011001010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B99A; }

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

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

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

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

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

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

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

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