Html Css Color HEX #F6B08C Mandys Pink

📋 copy color: '#F6B08C'

red 246 ◦ green 176 ◦ blue 140

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

Shades of Mandys Pink #F6B08C

Tints of Mandys Pink #F6B08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.32%

 BLUE value IS 140 (55.08% from 255) = 24.91%

R = 43.77%
G = 31.32%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6B08C (or 0xF6B08C) is known color: Mandys Pink. HEX triplet: F6, B0 and 8C. RGB value is (246,176,140). Sum of RGB (Red+Green+Blue) = 246+176+140=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B08C is #094F73. Grayscale: #C1C1C1. Windows color (decimal): -610164 or 9220342. OLE color: 9220342.

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

Color convert

RGB 246 176 140 -
CMYK 0 0.28 0.43 0.04
HSL 20.38º 0.85% 0.76% -
HSV(B) 20.38º 0.43% 0.96% -
XYZ 58.27 52.54 31.88 -
YUV 192.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 246 176 140 0 0.28 0.43 0.04 20.38 0.85 0.76
Hex F6 B0 8C 0 1C 2B 4 14 55 4C
Octal 366 260 214 0 34 53 4 24 125 114
Binary 11110110 10110000 10001100 0 11100 101011 100 10100 1010101 1001100

Color Harmonies of #F6B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B08C

Black with #F6B08C

Text Example


Text Example

White with #F6B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B08C; }

 p { color: rgb(246,176,140); }

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

background-color css

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

 a { background-color: rgb(246,176,140); }

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

border-color css

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

 span { border-color: rgb(246,176,140); }

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