Html Css Color HEX #F6C096 Mandys Pink

📋 copy color: '#F6C096'

red 246 ◦ green 192 ◦ blue 150

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

Shades of Mandys Pink #F6C096

Tints of Mandys Pink #F6C096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.65%

 BLUE value IS 150 (58.98% from 255) = 25.51%

R = 41.84%
G = 32.65%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F6C096 (or 0xF6C096) is known color: Mandys Pink. HEX triplet: F6, C0 and 96. RGB value is (246,192,150). Sum of RGB (Red+Green+Blue) = 246+192+150=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C096 is #093F69. Grayscale: #CBCBCB. Windows color (decimal): -606058 or 9879798. OLE color: 9879798.

HSL color Cylindrical-coordinate representation of color #F6C096: hue angle of 26.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6C096 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 192 150 -
CMYK 0 0.22 0.39 0.04
HSL 26.25º 0.84% 0.78% -
HSV(B) 26.25º 0.39% 0.96% -
XYZ 62.36 59.49 37.05 -
YUV 203.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 246 192 150 0 0.22 0.39 0.04 26.25 0.84 0.78
Hex F6 C0 96 0 16 27 4 1A 54 4E
Octal 366 300 226 0 26 47 4 32 124 116
Binary 11110110 11000000 10010110 0 10110 100111 100 11010 1010100 1001110

Color Harmonies of #F6C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C096

Black with #F6C096

Text Example


Text Example

White with #F6C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C096; }

 p { color: rgb(246,192,150); }

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

background-color css

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

 a { background-color: rgb(246,192,150); }

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

border-color css

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

 span { border-color: rgb(246,192,150); }

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