Html Css Color HEX #F8C9AF Apricot

📋 copy color: '#F8C9AF'

red 248 ◦ green 201 ◦ blue 175

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

Shades of Apricot #F8C9AF

Tints of Apricot #F8C9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.04%

R = 39.74%
G = 32.21%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8C9AF (or 0xF8C9AF) is known color: Apricot. HEX triplet: F8, C9 and AF. RGB value is (248,201,175). Sum of RGB (Red+Green+Blue) = 248+201+175=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C9AF is #073650. Grayscale: #D4D4D4. Windows color (decimal): -472657 or 11520504. OLE color: 11520504.

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

Color convert

RGB 248 201 175 -
CMYK 0 0.19 0.29 0.03
HSL 21.37º 0.84% 0.83% -
HSV(B) 21.37º 0.29% 0.97% -
XYZ 67.34 64.82 49.52 -
YUV 212.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 248 201 175 0 0.19 0.29 0.03 21.37 0.84 0.83
Hex F8 C9 AF 0 13 1D 3 15 54 53
Octal 370 311 257 0 23 35 3 25 124 123
Binary 11111000 11001001 10101111 0 10011 11101 11 10101 1010100 1010011

Color Harmonies of #F8C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C9AF

Black with #F8C9AF

Text Example


Text Example

White with #F8C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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