Html Css Color HEX #F6BA8D Mandys Pink

📋 copy color: '#F6BA8D'

red 246 ◦ green 186 ◦ blue 141

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

Shades of Mandys Pink #F6BA8D

Tints of Mandys Pink #F6BA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.61%

R = 42.93%
G = 32.46%
B = 24.61%

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

#F6BA8D (or 0xF6BA8D) is known color: Mandys Pink. HEX triplet: F6, BA and 8D. RGB value is (246,186,141). Sum of RGB (Red+Green+Blue) = 246+186+141=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA8D is #094572. Grayscale: #C7C7C7. Windows color (decimal): -607603 or 9288438. OLE color: 9288438.

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

Color convert

RGB 246 186 141 -
CMYK 0 0.24 0.43 0.04
HSL 25.71º 0.85% 0.76% -
HSV(B) 25.71º 0.43% 0.96% -
XYZ 60.37 56.63 32.95 -
YUV 198.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 246 186 141 0 0.24 0.43 0.04 25.71 0.85 0.76
Hex F6 BA 8D 0 18 2B 4 1A 55 4C
Octal 366 272 215 0 30 53 4 32 125 114
Binary 11110110 10111010 10001101 0 11000 101011 100 11010 1010101 1001100

Color Harmonies of #F6BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA8D

Black with #F6BA8D

Text Example


Text Example

White with #F6BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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