Html Css Color HEX #F6BA92 Mandys Pink

📋 copy color: '#F6BA92'

red 246 ◦ green 186 ◦ blue 146

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

Shades of Mandys Pink #F6BA92

Tints of Mandys Pink #F6BA92

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.18%

 BLUE value IS 146 (57.42% from 255) = 25.26%

R = 42.56%
G = 32.18%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6BA92 (or 0xF6BA92) is known color: Mandys Pink. HEX triplet: F6, BA and 92. RGB value is (246,186,146). Sum of RGB (Red+Green+Blue) = 246+186+146=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA92 is #09456D. Grayscale: #C7C7C7. Windows color (decimal): -607598 or 9616118. OLE color: 9616118.

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

Color convert

RGB 246 186 146 -
CMYK 0 0.24 0.41 0.04
HSL 24º 0.85% 0.77% -
HSV(B) 24º 0.41% 0.96% -
XYZ 60.75 56.79 34.95 -
YUV 199.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 246 186 146 0 0.24 0.41 0.04 24 0.85 0.77
Hex F6 BA 92 0 18 29 4 18 55 4D
Octal 366 272 222 0 30 51 4 30 125 115
Binary 11110110 10111010 10010010 0 11000 101001 100 11000 1010101 1001101

Color Harmonies of #F6BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA92

Black with #F6BA92

Text Example


Text Example

White with #F6BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA92; }

 p { color: rgb(246,186,146); }

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

background-color css

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

 a { background-color: rgb(246,186,146); }

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

border-color css

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

 span { border-color: rgb(246,186,146); }

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