Html Css Color HEX #F6BA8C Mandys Pink

📋 copy color: '#F6BA8C'

red 246 ◦ green 186 ◦ blue 140

#F6BA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandys Pink #F6BA8C

Tints of Mandys Pink #F6BA8C

RGB

 RED value IS 246 (96.48% from 255) = 43.01%

 GREEN value IS 186 (73.05% from 255) = 32.52%

 BLUE value IS 140 (55.08% from 255) = 24.48%

R = 43.01%
G = 32.52%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6BA8C (or 0xF6BA8C) is known color: Mandys Pink. HEX triplet: F6, BA and 8C. RGB value is (246,186,140). Sum of RGB (Red+Green+Blue) = 246+186+140=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA8C is #094573. Grayscale: #C6C6C6. Windows color (decimal): -607604 or 9222902. OLE color: 9222902.

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

Color convert

RGB 246 186 140 -
CMYK 0 0.24 0.43 0.04
HSL 26.04º 0.85% 0.76% -
HSV(B) 26.04º 0.43% 0.96% -
XYZ 60.3 56.6 32.56 -
YUV 198.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 246 186 140 0 0.24 0.43 0.04 26.04 0.85 0.76
Hex F6 BA 8C 0 18 2B 4 1A 55 4C
Octal 366 272 214 0 30 53 4 32 125 114
Binary 11110110 10111010 10001100 0 11000 101011 100 11010 1010101 1001100

Color Harmonies of #F6BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA8C

Black with #F6BA8C

Text Example


Text Example

White with #F6BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA8C; }

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

 H1.HeaderClassName
 {
   color: #F6BA8C;
 }
 .AnyTagClassName
 {
   color: #F6BA8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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