Html Css Color HEX #F6BD8E Mandys Pink

📋 copy color: '#F6BD8E'

red 246 ◦ green 189 ◦ blue 142

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

Shades of Mandys Pink #F6BD8E

Tints of Mandys Pink #F6BD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.76%

 BLUE value IS 142 (55.86% from 255) = 24.61%

R = 42.63%
G = 32.76%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6BD8E (or 0xF6BD8E) is known color: Mandys Pink. HEX triplet: F6, BD and 8E. RGB value is (246,189,142). Sum of RGB (Red+Green+Blue) = 246+189+142=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BD8E is #094271. Grayscale: #C8C8C8. Windows color (decimal): -606834 or 9354742. OLE color: 9354742.

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

Color convert

RGB 246 189 142 -
CMYK 0 0.23 0.42 0.04
HSL 27.12º 0.85% 0.76% -
HSV(B) 27.12º 0.42% 0.96% -
XYZ 61.09 57.94 33.56 -
YUV 200.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 246 189 142 0 0.23 0.42 0.04 27.12 0.85 0.76
Hex F6 BD 8E 0 17 2A 4 1B 55 4C
Octal 366 275 216 0 27 52 4 33 125 114
Binary 11110110 10111101 10001110 0 10111 101010 100 11011 1010101 1001100

Color Harmonies of #F6BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BD8E

Black with #F6BD8E

Text Example


Text Example

White with #F6BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BD8E; }

 p { color: rgb(246,189,142); }

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

background-color css

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

 a { background-color: rgb(246,189,142); }

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

border-color css

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

 span { border-color: rgb(246,189,142); }

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