Html Css Color HEX #F7DCAF Peach-Yellow

📋 copy color: '#F7DCAF'

red 247 ◦ green 220 ◦ blue 175

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

Shades of Peach-Yellow #F7DCAF

Tints of Peach-Yellow #F7DCAF

RGB

 RED value IS 247 (96.88% from 255) = 38.47%

 GREEN value IS 220 (86.33% from 255) = 34.27%

 BLUE value IS 175 (68.75% from 255) = 27.26%

R = 38.47%
G = 34.27%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F7DCAF (or 0xF7DCAF) is known color: Peach-Yellow. HEX triplet: F7, DC and AF. RGB value is (247,220,175). Sum of RGB (Red+Green+Blue) = 247+220+175=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DCAF is #082350. Grayscale: #DFDFDF. Windows color (decimal): -533329 or 11525367. OLE color: 11525367.

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

Color convert

RGB 247 220 175 -
CMYK 0 0.11 0.29 0.03
HSL 37.5º 0.82% 0.83% -
HSV(B) 37.5º 0.29% 0.97% -
XYZ 71.69 74.06 51.07 -
YUV 222.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 247 220 175 0 0.11 0.29 0.03 37.5 0.82 0.83
Hex F7 DC AF 0 B 1D 3 26 52 53
Octal 367 334 257 0 13 35 3 46 122 123
Binary 11110111 11011100 10101111 0 1011 11101 11 100110 1010010 1010011

Color Harmonies of #F7DCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCAF

Black with #F7DCAF

Text Example


Text Example

White with #F7DCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCAF; }

 p { color: rgb(247,220,175); }

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

background-color css

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

 a { background-color: rgb(247,220,175); }

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

border-color css

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

 span { border-color: rgb(247,220,175); }

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