Html Css Color HEX #F6C7A7 Peach

📋 copy color: '#F6C7A7'

red 246 ◦ green 199 ◦ blue 167

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

Shades of Peach #F6C7A7

Tints of Peach #F6C7A7

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.52%

 BLUE value IS 167 (65.63% from 255) = 27.29%

R = 40.2%
G = 32.52%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F6C7A7 (or 0xF6C7A7) is known color: Peach. HEX triplet: F6, C7 and A7. RGB value is (246,199,167). Sum of RGB (Red+Green+Blue) = 246+199+167=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C7A7 is #093858. Grayscale: #D1D1D1. Windows color (decimal): -604249 or 10995702. OLE color: 10995702.

HSL color Cylindrical-coordinate representation of color #F6C7A7: hue angle of 24.3º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6C7A7 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 199 167 -
CMYK 0 0.19 0.32 0.04
HSL 24.3º 0.81% 0.81% -
HSV(B) 24.3º 0.32% 0.96% -
XYZ 65.4 63.23 45.32 -
YUV 209.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 246 199 167 0 0.19 0.32 0.04 24.3 0.81 0.81
Hex F6 C7 A7 0 13 20 4 18 51 51
Octal 366 307 247 0 23 40 4 30 121 121
Binary 11110110 11000111 10100111 0 10011 100000 100 11000 1010001 1010001

Color Harmonies of #F6C7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C7A7

Black with #F6C7A7

Text Example


Text Example

White with #F6C7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C7A7; }

 p { color: rgb(246,199,167); }

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

background-color css

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

 a { background-color: rgb(246,199,167); }

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

border-color css

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

 span { border-color: rgb(246,199,167); }

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