#F6BF9A

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

Shades of Mandys Pink #F6BF9A

Tints of Mandys Pink #F6BF9A

Color information

#F6BF9A (or 0xF6BF9A) is unknown color: approx Mandys Pink. HEX triplet: F6, BF and 9A. RGB value is (246,191,154). Sum of RGB (Red+Green+Blue) = 246+191+154=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BF9A is #094065. Grayscale: #CBCBCB. Windows color (decimal): -606310 or 10141686. OLE color: 10141686.

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

Color convert

RGB246191154-
CMYK00.220.370.04
HSL24.13º83.64%78.43%-
HSV(B)24.13º37.4%96.47%-
XYZ62.4759.1938.7-
YUV203.23100.22158.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=41.62%
G=32.32%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619115400.220.370.0424.1383.6478.43
HexF6BF9A01625418544e
Octal36627723202645430124116
Binary1111011010111111100110100101101001011001100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BF9A; }

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

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

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

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

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

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

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

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