Html Css Color HEX #F6BA8F Mandys Pink

📋 copy color: '#F6BA8F'

red 246 ◦ green 186 ◦ blue 143

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

Shades of Mandys Pink #F6BA8F

Tints of Mandys Pink #F6BA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.87%

R = 42.78%
G = 32.35%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6BA8F (or 0xF6BA8F) is known color: Mandys Pink. HEX triplet: F6, BA and 8F. RGB value is (246,186,143). Sum of RGB (Red+Green+Blue) = 246+186+143=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA8F is #094570. Grayscale: #C7C7C7. Windows color (decimal): -607601 or 9419510. OLE color: 9419510.

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

Color convert

RGB 246 186 143 -
CMYK 0 0.24 0.42 0.04
HSL 25.05º 0.85% 0.76% -
HSV(B) 25.05º 0.42% 0.96% -
XYZ 60.52 56.69 33.74 -
YUV 199.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 246 186 143 0 0.24 0.42 0.04 25.05 0.85 0.76
Hex F6 BA 8F 0 18 2A 4 19 55 4C
Octal 366 272 217 0 30 52 4 31 125 114
Binary 11110110 10111010 10001111 0 11000 101010 100 11001 1010101 1001100

Color Harmonies of #F6BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA8F

Black with #F6BA8F

Text Example


Text Example

White with #F6BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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