Html Css Color HEX #F6C8AD Apricot

📋 copy color: '#F6C8AD'

red 246 ◦ green 200 ◦ blue 173

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

Shades of Apricot #F6C8AD

Tints of Apricot #F6C8AD

RGB

 RED value IS 246 (96.48% from 255) = 39.74%

 GREEN value IS 200 (78.52% from 255) = 32.31%

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

R = 39.74%
G = 32.31%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6C8AD (or 0xF6C8AD) is known color: Apricot. HEX triplet: F6, C8 and AD. RGB value is (246,200,173). Sum of RGB (Red+Green+Blue) = 246+200+173=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C8AD is #093752. Grayscale: #D2D2D2. Windows color (decimal): -603987 or 11389174. OLE color: 11389174.

HSL color Cylindrical-coordinate representation of color #F6C8AD: hue angle of 22.19º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6C8AD is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 200 173 -
CMYK 0 0.19 0.30 0.04
HSL 22.19º 0.8% 0.82% -
HSV(B) 22.19º 0.3% 0.96% -
XYZ 66.2 63.92 48.38 -
YUV 210.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 246 200 173 0 0.19 0.30 0.04 22.19 0.8 0.82
Hex F6 C8 AD 0 13 1E 4 16 50 52
Octal 366 310 255 0 23 36 4 26 120 122
Binary 11110110 11001000 10101101 0 10011 11110 100 10110 1010000 1010010

Color Harmonies of #F6C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C8AD

Black with #F6C8AD

Text Example


Text Example

White with #F6C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C8AD; }

 p { color: rgb(246,200,173); }

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

background-color css

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

 a { background-color: rgb(246,200,173); }

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

border-color css

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

 span { border-color: rgb(246,200,173); }

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