Html Css Color HEX #F6B28A Mandys Pink

📋 copy color: '#F6B28A'

red 246 ◦ green 178 ◦ blue 138

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

Shades of Mandys Pink #F6B28A

Tints of Mandys Pink #F6B28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.56%

R = 43.77%
G = 31.67%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6B28A (or 0xF6B28A) is known color: Mandys Pink. HEX triplet: F6, B2 and 8A. RGB value is (246,178,138). Sum of RGB (Red+Green+Blue) = 246+178+138=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B28A is #094D75. Grayscale: #C2C2C2. Windows color (decimal): -609654 or 9089782. OLE color: 9089782.

HSL color Cylindrical-coordinate representation of color #F6B28A: hue angle of 22.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6B28A is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 178 138 -
CMYK 0 0.28 0.44 0.04
HSL 22.22º 0.86% 0.75% -
HSV(B) 22.22º 0.44% 0.96% -
XYZ 58.51 53.27 31.24 -
YUV 193.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 246 178 138 0 0.28 0.44 0.04 22.22 0.86 0.75
Hex F6 B2 8A 0 1C 2C 4 16 56 4B
Octal 366 262 212 0 34 54 4 26 126 113
Binary 11110110 10110010 10001010 0 11100 101100 100 10110 1010110 1001011

Color Harmonies of #F6B28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B28A

Black with #F6B28A

Text Example


Text Example

White with #F6B28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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