#F6B690

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

Shades of Mandys Pink #F6B690

Tints of Mandys Pink #F6B690

Color information

#F6B690 (or 0xF6B690) is unknown color: approx Mandys Pink. HEX triplet: F6, B6 and 90. RGB value is (246,182,144). Sum of RGB (Red+Green+Blue) = 246+182+144=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B690 is #09496F. Grayscale: #C5C5C5. Windows color (decimal): -608624 or 9484022. OLE color: 9484022.

HSL color Cylindrical-coordinate representation of color #F6B690: hue angle of 22.35º 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 #F6B690 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB246182144-
CMYK00.260.410.04
HSL22.35º85%76.47%-
HSV(B)22.35º41.46%96.47%-
XYZ59.7755.0633.86-
YUV196.898.2163.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.01%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 144 (56.64% from 255) = 25.17%
R=43.01%
G=31.82%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618214400.260.410.0422.358576.47
HexF6B69001A29416554c
Octal36626622003251426125114
Binary1111011010110110100100000110101010011001011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B690; }

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

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

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

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

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

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

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

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