Html Css Color HEX #F8C7AD Apricot

📋 copy color: '#F8C7AD'

red 248 ◦ green 199 ◦ blue 173

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

Shades of Apricot #F8C7AD

Tints of Apricot #F8C7AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.9%

R = 40%
G = 32.1%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8C7AD (or 0xF8C7AD) is known color: Apricot. HEX triplet: F8, C7 and AD. RGB value is (248,199,173). Sum of RGB (Red+Green+Blue) = 248+199+173=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C7AD is #073852. Grayscale: #D2D2D2. Windows color (decimal): -473171 or 11388920. OLE color: 11388920.

HSL color Cylindrical-coordinate representation of color #F8C7AD: hue angle of 20.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8C7AD is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 199 173 -
CMYK 0 0.20 0.30 0.03
HSL 20.8º 0.84% 0.83% -
HSV(B) 20.8º 0.3% 0.97% -
XYZ 66.68 63.82 48.34 -
YUV 210.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 248 199 173 0 0.20 0.30 0.03 20.8 0.84 0.83
Hex F8 C7 AD 0 14 1E 3 15 54 53
Octal 370 307 255 0 24 36 3 25 124 123
Binary 11111000 11000111 10101101 0 10100 11110 11 10101 1010100 1010011

Color Harmonies of #F8C7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C7AD

Black with #F8C7AD

Text Example


Text Example

White with #F8C7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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