#F6BFA5

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

Shades of Mandys Pink #F6BFA5

Tints of Mandys Pink #F6BFA5

Color information

#F6BFA5 (or 0xF6BFA5) is unknown color: approx Mandys Pink. HEX triplet: F6, BF and A5. RGB value is (246,191,165). Sum of RGB (Red+Green+Blue) = 246+191+165=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BFA5 is #09405A. Grayscale: #CCCCCC. Windows color (decimal): -606299 or 10862582. OLE color: 10862582.

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

Color convert

RGB246191165-
CMYK00.220.330.04
HSL19.26º81.82%80.59%-
HSV(B)19.26º32.93%96.47%-
XYZ63.4359.5743.75-
YUV204.48105.72157.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 165 (64.84% from 255) = 27.41%
R=40.86%
G=31.73%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619116500.220.330.0419.2681.8280.59
HexF6BFA5016214135251
Octal36627724502641423122121
Binary1111011010111111101001010101101000011001001110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFA5; }

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

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

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

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

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

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

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

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