Html Css Color HEX #F8DEAA Peach-Yellow

📋 copy color: '#F8DEAA'

red 248 ◦ green 222 ◦ blue 170

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

Shades of Peach-Yellow #F8DEAA

Tints of Peach-Yellow #F8DEAA

RGB

 RED value IS 248 (97.27% from 255) = 38.75%

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

 BLUE value IS 170 (66.8% from 255) = 26.56%

R = 38.75%
G = 34.69%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8DEAA (or 0xF8DEAA) is known color: Peach-Yellow. HEX triplet: F8, DE and AA. RGB value is (248,222,170). Sum of RGB (Red+Green+Blue) = 248+222+170=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DEAA is #072155. Grayscale: #E0E0E0. Windows color (decimal): -467286 or 11198200. OLE color: 11198200.

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

Color convert

RGB 248 222 170 -
CMYK 0 0.10 0.31 0.03
HSL 40º 0.85% 0.82% -
HSV(B) 40º 0.31% 0.97% -
XYZ 72.09 75.1 48.73 -
YUV 223.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 248 222 170 0 0.10 0.31 0.03 40 0.85 0.82
Hex F8 DE AA 0 A 1F 3 28 55 52
Octal 370 336 252 0 12 37 3 50 125 122
Binary 11111000 11011110 10101010 0 1010 11111 11 101000 1010101 1010010

Color Harmonies of #F8DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DEAA

Black with #F8DEAA

Text Example


Text Example

White with #F8DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DEAA; }

 p { color: rgb(248,222,170); }

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

background-color css

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

 a { background-color: rgb(248,222,170); }

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

border-color css

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

 span { border-color: rgb(248,222,170); }

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