Html Css Color HEX #F6C8AC Apricot

📋 copy color: '#F6C8AC'

red 246 ◦ green 200 ◦ blue 172

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

Shades of Apricot #F6C8AC

Tints of Apricot #F6C8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.83%

R = 39.81%
G = 32.36%
B = 27.83%

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

#F6C8AC (or 0xF6C8AC) is known color: Apricot. HEX triplet: F6, C8 and AC. RGB value is (246,200,172). Sum of RGB (Red+Green+Blue) = 246+200+172=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C8AC is #093753. Grayscale: #D2D2D2. Windows color (decimal): -603988 or 11323638. OLE color: 11323638.

HSL color Cylindrical-coordinate representation of color #F6C8AC: hue angle of 22.7º 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 #F6C8AC is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 200 172 -
CMYK 0 0.19 0.30 0.04
HSL 22.7º 0.8% 0.82% -
HSV(B) 22.7º 0.3% 0.96% -
XYZ 66.11 63.88 47.88 -
YUV 210.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 246 200 172 0 0.19 0.30 0.04 22.7 0.8 0.82
Hex F6 C8 AC 0 13 1E 4 17 50 52
Octal 366 310 254 0 23 36 4 27 120 122
Binary 11110110 11001000 10101100 0 10011 11110 100 10111 1010000 1010010

Color Harmonies of #F6C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C8AC

Black with #F6C8AC

Text Example


Text Example

White with #F6C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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