Html Css Color HEX #F6DAAC Peach-Yellow

📋 copy color: '#F6DAAC'

red 246 ◦ green 218 ◦ blue 172

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

Shades of Peach-Yellow #F6DAAC

Tints of Peach-Yellow #F6DAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.28%

 BLUE value IS 172 (67.58% from 255) = 27.04%

R = 38.68%
G = 34.28%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6DAAC (or 0xF6DAAC) is known color: Peach-Yellow. HEX triplet: F6, DA and AC. RGB value is (246,218,172). Sum of RGB (Red+Green+Blue) = 246+218+172=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAAC is #092553. Grayscale: #DDDDDD. Windows color (decimal): -599380 or 11328246. OLE color: 11328246.

HSL color Cylindrical-coordinate representation of color #F6DAAC: hue angle of 37.3º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6DAAC is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 218 172 -
CMYK 0 0.11 0.30 0.04
HSL 37.3º 0.8% 0.82% -
HSV(B) 37.3º 0.3% 0.96% -
XYZ 70.52 72.71 49.35 -
YUV 221.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 246 218 172 0 0.11 0.30 0.04 37.3 0.8 0.82
Hex F6 DA AC 0 B 1E 4 25 50 52
Octal 366 332 254 0 13 36 4 45 120 122
Binary 11110110 11011010 10101100 0 1011 11110 100 100101 1010000 1010010

Color Harmonies of #F6DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DAAC

Black with #F6DAAC

Text Example


Text Example

White with #F6DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DAAC; }

 p { color: rgb(246,218,172); }

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

background-color css

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

 a { background-color: rgb(246,218,172); }

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

border-color css

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

 span { border-color: rgb(246,218,172); }

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