Html Css Color HEX #F6DAAE Peach-Yellow

📋 copy color: '#F6DAAE'

red 246 ◦ green 218 ◦ blue 174

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

Shades of Peach-Yellow #F6DAAE

Tints of Peach-Yellow #F6DAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.27%

R = 38.56%
G = 34.17%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6DAAE (or 0xF6DAAE) is known color: Peach-Yellow. HEX triplet: F6, DA and AE. RGB value is (246,218,174). Sum of RGB (Red+Green+Blue) = 246+218+174=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAAE is #092551. Grayscale: #DDDDDD. Windows color (decimal): -599378 or 11459318. OLE color: 11459318.

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

Color convert

RGB 246 218 174 -
CMYK 0 0.11 0.29 0.04
HSL 36.67º 0.8% 0.82% -
HSV(B) 36.67º 0.29% 0.96% -
XYZ 70.72 72.79 50.37 -
YUV 221.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 246 218 174 0 0.11 0.29 0.04 36.67 0.8 0.82
Hex F6 DA AE 0 B 1D 4 25 50 52
Octal 366 332 256 0 13 35 4 45 120 122
Binary 11110110 11011010 10101110 0 1011 11101 100 100101 1010000 1010010

Color Harmonies of #F6DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DAAE

Black with #F6DAAE

Text Example


Text Example

White with #F6DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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