Html Css Color HEX #F5DAAC Peach-Yellow

📋 copy color: '#F5DAAC'

red 245 ◦ green 218 ◦ blue 172

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

Shades of Peach-Yellow #F5DAAC

Tints of Peach-Yellow #F5DAAC

RGB

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

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

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

R = 38.58%
G = 34.33%
B = 27.09%

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

#F5DAAC (or 0xF5DAAC) is known color: Peach-Yellow. HEX triplet: F5, DA and AC. RGB value is (245,218,172). Sum of RGB (Red+Green+Blue) = 245+218+172=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DAAC is #0A2553. Grayscale: #DDDDDD. Windows color (decimal): -664916 or 11328245. OLE color: 11328245.

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

Color convert

RGB 245 218 172 -
CMYK 0 0.11 0.30 0.04
HSL 37.81º 0.78% 0.82% -
HSV(B) 37.81º 0.3% 0.96% -
XYZ 70.17 72.53 49.33 -
YUV 220.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 245 218 172 0 0.11 0.30 0.04 37.81 0.78 0.82
Hex F5 DA AC 0 B 1E 4 26 4E 52
Octal 365 332 254 0 13 36 4 46 116 122
Binary 11110101 11011010 10101100 0 1011 11110 100 100110 1001110 1010010

Color Harmonies of #F5DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DAAC

Black with #F5DAAC

Text Example


Text Example

White with #F5DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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