Html Css Color HEX #F6CAA7 Peach

📋 copy color: '#F6CAA7'

red 246 ◦ green 202 ◦ blue 167

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

Shades of Peach #F6CAA7

Tints of Peach #F6CAA7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.85%

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

R = 40%
G = 32.85%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F6CAA7 (or 0xF6CAA7) is known color: Peach. HEX triplet: F6, CA and A7. RGB value is (246,202,167). Sum of RGB (Red+Green+Blue) = 246+202+167=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 167 (65.62% from 255 or 27.15% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAA7 is #093558. Grayscale: #D3D3D3. Windows color (decimal): -603481 or 10996470. OLE color: 10996470.

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

Color convert

RGB 246 202 167 -
CMYK 0 0.18 0.32 0.04
HSL 26.58º 0.81% 0.81% -
HSV(B) 26.58º 0.32% 0.96% -
XYZ 66.1 64.62 45.55 -
YUV 211.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 246 202 167 0 0.18 0.32 0.04 26.58 0.81 0.81
Hex F6 CA A7 0 12 20 4 1B 51 51
Octal 366 312 247 0 22 40 4 33 121 121
Binary 11110110 11001010 10100111 0 10010 100000 100 11011 1010001 1010001

Color Harmonies of #F6CAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CAA7

Black with #F6CAA7

Text Example


Text Example

White with #F6CAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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