Html Css Color HEX #F5DEAC Peach-Yellow

📋 copy color: '#F5DEAC'

red 245 ◦ green 222 ◦ blue 172

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

Shades of Peach-Yellow #F5DEAC

Tints of Peach-Yellow #F5DEAC

RGB

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

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

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

R = 38.34%
G = 34.74%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5DEAC (or 0xF5DEAC) is known color: Peach-Yellow. HEX triplet: F5, DE and AC. RGB value is (245,222,172). Sum of RGB (Red+Green+Blue) = 245+222+172=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DEAC is #0A2153. Grayscale: #DFDFDF. Windows color (decimal): -663892 or 11329269. OLE color: 11329269.

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

Color convert

RGB 245 222 172 -
CMYK 0 0.09 0.30 0.04
HSL 41.1º 0.78% 0.82% -
HSV(B) 41.1º 0.3% 0.96% -
XYZ 71.22 74.63 49.68 -
YUV 223.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 245 222 172 0 0.09 0.30 0.04 41.1 0.78 0.82
Hex F5 DE AC 0 9 1E 4 29 4E 52
Octal 365 336 254 0 11 36 4 51 116 122
Binary 11110101 11011110 10101100 0 1001 11110 100 101001 1001110 1010010

Color Harmonies of #F5DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEAC

Black with #F5DEAC

Text Example


Text Example

White with #F5DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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