Html Css Color HEX #F6BCA1 Mandys Pink

📋 copy color: '#F6BCA1'

red 246 ◦ green 188 ◦ blue 161

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

Shades of Mandys Pink #F6BCA1

Tints of Mandys Pink #F6BCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.6%

 BLUE value IS 161 (63.28% from 255) = 27.06%

R = 41.34%
G = 31.6%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F6BCA1 (or 0xF6BCA1) is known color: Mandys Pink. HEX triplet: F6, BC and A1. RGB value is (246,188,161). Sum of RGB (Red+Green+Blue) = 246+188+161=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BCA1 is #09435E. Grayscale: #CACACA. Windows color (decimal): -607071 or 10599670. OLE color: 10599670.

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

Color convert

RGB 246 188 161 -
CMYK 0 0.24 0.35 0.04
HSL 19.06º 0.83% 0.8% -
HSV(B) 19.06º 0.35% 0.96% -
XYZ 62.42 58.13 41.65 -
YUV 202.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 246 188 161 0 0.24 0.35 0.04 19.06 0.83 0.8
Hex F6 BC A1 0 18 23 4 13 53 50
Octal 366 274 241 0 30 43 4 23 123 120
Binary 11110110 10111100 10100001 0 11000 100011 100 10011 1010011 1010000

Color Harmonies of #F6BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BCA1

Black with #F6BCA1

Text Example


Text Example

White with #F6BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BCA1; }

 p { color: rgb(246,188,161); }

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

background-color css

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

 a { background-color: rgb(246,188,161); }

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

border-color css

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

 span { border-color: rgb(246,188,161); }

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