#F6BDA6

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

Shades of Mandys Pink #F6BDA6

Tints of Mandys Pink #F6BDA6

Color information

#F6BDA6 (or 0xF6BDA6) is unknown color: approx Mandys Pink. HEX triplet: F6, BD and A6. RGB value is (246,189,166). Sum of RGB (Red+Green+Blue) = 246+189+166=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BDA6 is #094259. Grayscale: #CBCBCB. Windows color (decimal): -606810 or 10927606. OLE color: 10927606.

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

Color convert

RGB246189166-
CMYK00.230.330.04
HSL17.25º81.63%80.78%-
HSV(B)17.25º32.52%96.47%-
XYZ63.0958.7444.09-
YUV203.42106.88158.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 166 (65.23% from 255) = 27.62%
R=40.93%
G=31.45%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618916600.230.330.0417.2581.6380.78
HexF6BDA6017214115251
Octal36627524602741421122121
Binary1111011010111101101001100101111000011001000110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDA6; }

 p { color: rgb(246,189,166); }

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

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

 a { background-color: rgb(246,189,166); }

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

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

 span { border-color: rgb(246,189,166); }

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