Html Css Color HEX #F5DEAD Peach-Yellow

📋 copy color: '#F5DEAD'

red 245 ◦ green 222 ◦ blue 173

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

Shades of Peach-Yellow #F5DEAD

Tints of Peach-Yellow #F5DEAD

RGB

 RED value IS 245 (96.09% from 255) = 38.28%

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

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

R = 38.28%
G = 34.69%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5DEAD (or 0xF5DEAD) is known color: Peach-Yellow. HEX triplet: F5, DE and AD. RGB value is (245,222,173). Sum of RGB (Red+Green+Blue) = 245+222+173=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DEAD is #0A2152. Grayscale: #DFDFDF. Windows color (decimal): -663891 or 11394805. OLE color: 11394805.

HSL color Cylindrical-coordinate representation of color #F5DEAD: hue angle of 40.83º degrees, saturation: 0.78, 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 #F5DEAD is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 173 -
CMYK 0 0.09 0.29 0.04
HSL 40.83º 0.78% 0.82% -
HSV(B) 40.83º 0.29% 0.96% -
XYZ 71.32 74.67 50.19 -
YUV 223.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 245 222 173 0 0.09 0.29 0.04 40.83 0.78 0.82
Hex F5 DE AD 0 9 1D 4 29 4E 52
Octal 365 336 255 0 11 35 4 51 116 122
Binary 11110101 11011110 10101101 0 1001 11101 100 101001 1001110 1010010

Color Harmonies of #F5DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEAD

Black with #F5DEAD

Text Example


Text Example

White with #F5DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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