Html Css Color HEX #F6B28E Mandys Pink

📋 copy color: '#F6B28E'

red 246 ◦ green 178 ◦ blue 142

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

Shades of Mandys Pink #F6B28E

Tints of Mandys Pink #F6B28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.45%

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

R = 43.46%
G = 31.45%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6B28E (or 0xF6B28E) is known color: Mandys Pink. HEX triplet: F6, B2 and 8E. RGB value is (246,178,142). Sum of RGB (Red+Green+Blue) = 246+178+142=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B28E is #094D71. Grayscale: #C2C2C2. Windows color (decimal): -609650 or 9351926. OLE color: 9351926.

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

Color convert

RGB 246 178 142 -
CMYK 0 0.28 0.42 0.04
HSL 20.77º 0.85% 0.76% -
HSV(B) 20.77º 0.42% 0.96% -
XYZ 58.81 53.39 32.8 -
YUV 194.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 246 178 142 0 0.28 0.42 0.04 20.77 0.85 0.76
Hex F6 B2 8E 0 1C 2A 4 15 55 4C
Octal 366 262 216 0 34 52 4 25 125 114
Binary 11110110 10110010 10001110 0 11100 101010 100 10101 1010101 1001100

Color Harmonies of #F6B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B28E

Black with #F6B28E

Text Example


Text Example

White with #F6B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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