Html Css Color HEX #F6DEAD Peach-Yellow

📋 copy color: '#F6DEAD'

red 246 ◦ green 222 ◦ blue 173

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

Shades of Peach-Yellow #F6DEAD

Tints of Peach-Yellow #F6DEAD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.63%

 BLUE value IS 173 (67.97% from 255) = 26.99%

R = 38.38%
G = 34.63%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6DEAD (or 0xF6DEAD) is known color: Peach-Yellow. HEX triplet: F6, DE and AD. RGB value is (246,222,173). Sum of RGB (Red+Green+Blue) = 246+222+173=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DEAD is #092152. Grayscale: #DFDFDF. Windows color (decimal): -598355 or 11394806. OLE color: 11394806.

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

Color convert

RGB 246 222 173 -
CMYK 0 0.10 0.30 0.04
HSL 40.27º 0.8% 0.82% -
HSV(B) 40.27º 0.3% 0.96% -
XYZ 71.67 74.85 50.21 -
YUV 223.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 246 222 173 0 0.10 0.30 0.04 40.27 0.8 0.82
Hex F6 DE AD 0 A 1E 4 28 50 52
Octal 366 336 255 0 12 36 4 50 120 122
Binary 11110110 11011110 10101101 0 1010 11110 100 101000 1010000 1010010

Color Harmonies of #F6DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DEAD

Black with #F6DEAD

Text Example


Text Example

White with #F6DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DEAD; }

 p { color: rgb(246,222,173); }

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

background-color css

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

 a { background-color: rgb(246,222,173); }

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

border-color css

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

 span { border-color: rgb(246,222,173); }

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