Html Css Color HEX #F6B08F Mandys Pink

📋 copy color: '#F6B08F'

red 246 ◦ green 176 ◦ blue 143

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

Shades of Mandys Pink #F6B08F

Tints of Mandys Pink #F6B08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.31%

R = 43.54%
G = 31.15%
B = 25.31%

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

#F6B08F (or 0xF6B08F) is known color: Mandys Pink. HEX triplet: F6, B0 and 8F. RGB value is (246,176,143). Sum of RGB (Red+Green+Blue) = 246+176+143=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B08F is #094F70. Grayscale: #C1C1C1. Windows color (decimal): -610161 or 9416950. OLE color: 9416950.

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

Color convert

RGB 246 176 143 -
CMYK 0 0.28 0.42 0.04
HSL 19.22º 0.85% 0.76% -
HSV(B) 19.22º 0.42% 0.96% -
XYZ 58.49 52.63 33.06 -
YUV 193.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 246 176 143 0 0.28 0.42 0.04 19.22 0.85 0.76
Hex F6 B0 8F 0 1C 2A 4 13 55 4C
Octal 366 260 217 0 34 52 4 23 125 114
Binary 11110110 10110000 10001111 0 11100 101010 100 10011 1010101 1001100

Color Harmonies of #F6B08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B08F

Black with #F6B08F

Text Example


Text Example

White with #F6B08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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