#F6B299

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

Shades of Mandys Pink #F6B299

Tints of Mandys Pink #F6B299

Color information

#F6B299 (or 0xF6B299) is unknown color: approx Mandys Pink. HEX triplet: F6, B2 and 99. RGB value is (246,178,153). Sum of RGB (Red+Green+Blue) = 246+178+153=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B299 is #094D66. Grayscale: #C3C3C3. Windows color (decimal): -609639 or 10072822. OLE color: 10072822.

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

Color convert

RGB246178153-
CMYK00.280.380.04
HSL16.13º83.78%78.24%-
HSV(B)16.13º37.8%96.47%-
XYZ59.6853.7337.36-
YUV195.48104.03164.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.63%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 153 (60.16% from 255) = 26.52%
R=42.63%
G=30.85%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617815300.280.380.0416.1383.7878.24
HexF6B29901C26410544e
Octal36626223103446420124116
Binary1111011010110010100110010111001001101001000010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B299; }

 p { color: rgb(246,178,153); }

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

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

 a { background-color: rgb(246,178,153); }

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

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

 span { border-color: rgb(246,178,153); }

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