Html Css Color HEX #F8C4A8 Peach

📋 copy color: '#F8C4A8'

red 248 ◦ green 196 ◦ blue 168

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

Shades of Peach #F8C4A8

Tints of Peach #F8C4A8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.03%

 BLUE value IS 168 (66.02% from 255) = 27.45%

R = 40.52%
G = 32.03%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F8C4A8 (or 0xF8C4A8) is known color: Peach. HEX triplet: F8, C4 and A8. RGB value is (248,196,168). Sum of RGB (Red+Green+Blue) = 248+196+168=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C4A8 is #073B57. Grayscale: #D0D0D0. Windows color (decimal): -473944 or 11060472. OLE color: 11060472.

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

Color convert

RGB 248 196 168 -
CMYK 0 0.21 0.32 0.03
HSL 21º 0.85% 0.82% -
HSV(B) 21º 0.32% 0.97% -
XYZ 65.52 62.26 45.61 -
YUV 208.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 248 196 168 0 0.21 0.32 0.03 21 0.85 0.82
Hex F8 C4 A8 0 15 20 3 15 55 52
Octal 370 304 250 0 25 40 3 25 125 122
Binary 11111000 11000100 10101000 0 10101 100000 11 10101 1010101 1010010

Color Harmonies of #F8C4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C4A8

Black with #F8C4A8

Text Example


Text Example

White with #F8C4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C4A8; }

 p { color: rgb(248,196,168); }

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

background-color css

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

 a { background-color: rgb(248,196,168); }

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

border-color css

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

 span { border-color: rgb(248,196,168); }

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