Html Css Color HEX #F6BA9D Mandys Pink

📋 copy color: '#F6BA9D'

red 246 ◦ green 186 ◦ blue 157

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

Shades of Mandys Pink #F6BA9D

Tints of Mandys Pink #F6BA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.66%

R = 41.77%
G = 31.58%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6BA9D (or 0xF6BA9D) is known color: Mandys Pink. HEX triplet: F6, BA and 9D. RGB value is (246,186,157). Sum of RGB (Red+Green+Blue) = 246+186+157=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA9D is #094562. Grayscale: #C8C8C8. Windows color (decimal): -607587 or 10337014. OLE color: 10337014.

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

Color convert

RGB 246 186 157 -
CMYK 0 0.24 0.36 0.04
HSL 19.55º 0.83% 0.79% -
HSV(B) 19.55º 0.36% 0.96% -
XYZ 61.65 57.14 39.68 -
YUV 200.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 246 186 157 0 0.24 0.36 0.04 19.55 0.83 0.79
Hex F6 BA 9D 0 18 24 4 14 53 4F
Octal 366 272 235 0 30 44 4 24 123 117
Binary 11110110 10111010 10011101 0 11000 100100 100 10100 1010011 1001111

Color Harmonies of #F6BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA9D

Black with #F6BA9D

Text Example


Text Example

White with #F6BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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