#F6B490

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

Shades of Mandys Pink #F6B490

Tints of Mandys Pink #F6B490

Color information

#F6B490 (or 0xF6B490) is unknown color: approx Mandys Pink. HEX triplet: F6, B4 and 90. RGB value is (246,180,144). Sum of RGB (Red+Green+Blue) = 246+180+144=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B490 is #094B6F. Grayscale: #C3C3C3. Windows color (decimal): -609136 or 9483510. OLE color: 9483510.

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

Color convert

RGB246180144-
CMYK00.270.410.04
HSL21.18º85%76.47%-
HSV(B)21.18º41.46%96.47%-
XYZ59.3654.2533.73-
YUV195.6398.87163.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 144 (56.64% from 255) = 25.26%
R=43.16%
G=31.58%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618014400.270.410.0421.188576.47
HexF6B49001B29415554c
Octal36626422003351425125114
Binary1111011010110100100100000110111010011001010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B490; }

 p { color: rgb(246,180,144); }

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

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

 a { background-color: rgb(246,180,144); }

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

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

 span { border-color: rgb(246,180,144); }

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