#F6BF9E

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

Shades of Mandys Pink #F6BF9E

Tints of Mandys Pink #F6BF9E

Color information

#F6BF9E (or 0xF6BF9E) is unknown color: approx Mandys Pink. HEX triplet: F6, BF and 9E. RGB value is (246,191,158). Sum of RGB (Red+Green+Blue) = 246+191+158=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BF9E is #094061. Grayscale: #CBCBCB. Windows color (decimal): -606306 or 10403830. OLE color: 10403830.

HSL color Cylindrical-coordinate representation of color #F6BF9E: hue angle of 22.5º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6BF9E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB246191158-
CMYK00.220.360.04
HSL22.5º83.02%79.22%-
HSV(B)22.5º35.77%96.47%-
XYZ62.8159.3240.49-
YUV203.68102.22158.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.34%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=41.34%
G=32.10%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619115800.220.360.0422.583.0279.22
HexF6BF9E01624417534f
Octal36627723602644427123117
Binary1111011010111111100111100101101001001001011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BF9E; }

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

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

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

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

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

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

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

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