#F6BD8C

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

Shades of Mandys Pink #F6BD8C

Tints of Mandys Pink #F6BD8C

Color information

#F6BD8C (or 0xF6BD8C) is unknown color: approx Mandys Pink. HEX triplet: F6, BD and 8C. RGB value is (246,189,140). Sum of RGB (Red+Green+Blue) = 246+189+140=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BD8C is #094273. Grayscale: #C8C8C8. Windows color (decimal): -606836 or 9223670. OLE color: 9223670.

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

Color convert

RGB246189140-
CMYK00.230.430.04
HSL27.74º85.48%75.69%-
HSV(B)27.74º43.09%96.47%-
XYZ60.9457.8832.77-
YUV200.4693.88160.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 140 (55.08% from 255) = 24.35%
R=42.78%
G=32.87%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618914000.230.430.0427.7485.4875.69
HexF6BD8C0172B41c554c
Octal36627521402753434125114
Binary1111011010111101100011000101111010111001110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BD8C; }

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

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

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

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

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

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

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

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