Html Css Color HEX #F8C9AA Apricot

📋 copy color: '#F8C9AA'

red 248 ◦ green 201 ◦ blue 170

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

Shades of Apricot #F8C9AA

Tints of Apricot #F8C9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.47%

 BLUE value IS 170 (66.8% from 255) = 27.46%

R = 40.06%
G = 32.47%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8C9AA (or 0xF8C9AA) is known color: Apricot. HEX triplet: F8, C9 and AA. RGB value is (248,201,170). Sum of RGB (Red+Green+Blue) = 248+201+170=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C9AA is #073655. Grayscale: #D3D3D3. Windows color (decimal): -472662 or 11192824. OLE color: 11192824.

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

Color convert

RGB 248 201 170 -
CMYK 0 0.19 0.31 0.03
HSL 23.85º 0.85% 0.82% -
HSV(B) 23.85º 0.31% 0.97% -
XYZ 66.85 64.63 46.98 -
YUV 211.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 248 201 170 0 0.19 0.31 0.03 23.85 0.85 0.82
Hex F8 C9 AA 0 13 1F 3 18 55 52
Octal 370 311 252 0 23 37 3 30 125 122
Binary 11111000 11001001 10101010 0 10011 11111 11 11000 1010101 1010010

Color Harmonies of #F8C9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C9AA

Black with #F8C9AA

Text Example


Text Example

White with #F8C9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C9AA; }

 p { color: rgb(248,201,170); }

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

background-color css

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

 a { background-color: rgb(248,201,170); }

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

border-color css

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

 span { border-color: rgb(248,201,170); }

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