Html Css Color HEX #F8C4AA Apricot

📋 copy color: '#F8C4AA'

red 248 ◦ green 196 ◦ blue 170

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

Shades of Apricot #F8C4AA

Tints of Apricot #F8C4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.92%

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

R = 40.39%
G = 31.92%
B = 27.69%

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

#F8C4AA (or 0xF8C4AA) is known color: Apricot. HEX triplet: F8, C4 and AA. RGB value is (248,196,170). Sum of RGB (Red+Green+Blue) = 248+196+170=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C4AA is #073B55. Grayscale: #D0D0D0. Windows color (decimal): -473942 or 11191544. OLE color: 11191544.

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

Color convert

RGB 248 196 170 -
CMYK 0 0.21 0.31 0.03
HSL 20º 0.85% 0.82% -
HSV(B) 20º 0.31% 0.97% -
XYZ 65.71 62.34 46.6 -
YUV 208.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 248 196 170 0 0.21 0.31 0.03 20 0.85 0.82
Hex F8 C4 AA 0 15 1F 3 14 55 52
Octal 370 304 252 0 25 37 3 24 125 122
Binary 11111000 11000100 10101010 0 10101 11111 11 10100 1010101 1010010

Color Harmonies of #F8C4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C4AA

Black with #F8C4AA

Text Example


Text Example

White with #F8C4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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