Html Css Color HEX #F8C7AC Apricot

📋 copy color: '#F8C7AC'

red 248 ◦ green 199 ◦ blue 172

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

Shades of Apricot #F8C7AC

Tints of Apricot #F8C7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.15%

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

R = 40.06%
G = 32.15%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8C7AC (or 0xF8C7AC) is known color: Apricot. HEX triplet: F8, C7 and AC. RGB value is (248,199,172). Sum of RGB (Red+Green+Blue) = 248+199+172=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C7AC is #073853. Grayscale: #D2D2D2. Windows color (decimal): -473172 or 11323384. OLE color: 11323384.

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

Color convert

RGB 248 199 172 -
CMYK 0 0.20 0.31 0.03
HSL 21.32º 0.84% 0.82% -
HSV(B) 21.32º 0.31% 0.97% -
XYZ 66.58 63.78 47.83 -
YUV 210.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 248 199 172 0 0.20 0.31 0.03 21.32 0.84 0.82
Hex F8 C7 AC 0 14 1F 3 15 54 52
Octal 370 307 254 0 24 37 3 25 124 122
Binary 11111000 11000111 10101100 0 10100 11111 11 10101 1010100 1010010

Color Harmonies of #F8C7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C7AC

Black with #F8C7AC

Text Example


Text Example

White with #F8C7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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