Html Css Color HEX #F8CCA8 Peach

📋 copy color: '#F8CCA8'

red 248 ◦ green 204 ◦ blue 168

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

Shades of Peach #F8CCA8

Tints of Peach #F8CCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.9%

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

R = 40%
G = 32.9%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F8CCA8 (or 0xF8CCA8) is known color: Peach. HEX triplet: F8, CC and A8. RGB value is (248,204,168). Sum of RGB (Red+Green+Blue) = 248+204+168=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CCA8 is #073357. Grayscale: #D5D5D5. Windows color (decimal): -471896 or 11062520. OLE color: 11062520.

HSL color Cylindrical-coordinate representation of color #F8CCA8: hue angle of 27º 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 #F8CCA8 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 168 -
CMYK 0 0.18 0.32 0.03
HSL 27º 0.85% 0.82% -
HSV(B) 27º 0.32% 0.97% -
XYZ 67.37 65.97 46.23 -
YUV 213.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 248 204 168 0 0.18 0.32 0.03 27 0.85 0.82
Hex F8 CC A8 0 12 20 3 1B 55 52
Octal 370 314 250 0 22 40 3 33 125 122
Binary 11111000 11001100 10101000 0 10010 100000 11 11011 1010101 1010010

Color Harmonies of #F8CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CCA8

Black with #F8CCA8

Text Example


Text Example

White with #F8CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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