#F6B48F

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

Shades of Mandys Pink #F6B48F

Tints of Mandys Pink #F6B48F

Color information

#F6B48F (or 0xF6B48F) is unknown color: approx Mandys Pink. HEX triplet: F6, B4 and 8F. RGB value is (246,180,143). Sum of RGB (Red+Green+Blue) = 246+180+143=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B48F is #094B70. Grayscale: #C3C3C3. Windows color (decimal): -609137 or 9417974. OLE color: 9417974.

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

Color convert

RGB246180143-
CMYK00.270.420.04
HSL21.55º85.12%76.27%-
HSV(B)21.55º41.87%96.47%-
XYZ59.2954.2233.33-
YUV195.5298.37164.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 143 (56.25% from 255) = 25.13%
R=43.23%
G=31.63%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618014300.270.420.0421.5585.1276.27
HexF6B48F01B2A416554c
Octal36626421703352426125114
Binary1111011010110100100011110110111010101001011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B48F; }

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

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

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

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

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

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

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

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