Html Css Color HEX #F8C5AC Apricot

📋 copy color: '#F8C5AC'

red 248 ◦ green 197 ◦ blue 172

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

Shades of Apricot #F8C5AC

Tints of Apricot #F8C5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.93%

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

R = 40.19%
G = 31.93%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8C5AC (or 0xF8C5AC) is known color: Apricot. HEX triplet: F8, C5 and AC. RGB value is (248,197,172). Sum of RGB (Red+Green+Blue) = 248+197+172=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C5AC is #073A53. Grayscale: #D1D1D1. Windows color (decimal): -473684 or 11322872. OLE color: 11322872.

HSL color Cylindrical-coordinate representation of color #F8C5AC: hue angle of 19.74º degrees, saturation: 0.84, 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 #F8C5AC is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 197 172 -
CMYK 0 0.21 0.31 0.03
HSL 19.74º 0.84% 0.82% -
HSV(B) 19.74º 0.31% 0.97% -
XYZ 66.12 62.87 47.68 -
YUV 209.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 248 197 172 0 0.21 0.31 0.03 19.74 0.84 0.82
Hex F8 C5 AC 0 15 1F 3 14 54 52
Octal 370 305 254 0 25 37 3 24 124 122
Binary 11111000 11000101 10101100 0 10101 11111 11 10100 1010100 1010010

Color Harmonies of #F8C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C5AC

Black with #F8C5AC

Text Example


Text Example

White with #F8C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C5AC; }

 p { color: rgb(248,197,172); }

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

background-color css

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

 a { background-color: rgb(248,197,172); }

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

border-color css

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

 span { border-color: rgb(248,197,172); }

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