Html Css Color HEX #F6C7AC Apricot

📋 copy color: '#F6C7AC'

red 246 ◦ green 199 ◦ blue 172

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

Shades of Apricot #F6C7AC

Tints of Apricot #F6C7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.25%

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

R = 39.87%
G = 32.25%
B = 27.88%

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

#F6C7AC (or 0xF6C7AC) is known color: Apricot. HEX triplet: F6, C7 and AC. RGB value is (246,199,172). Sum of RGB (Red+Green+Blue) = 246+199+172=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C7AC is #093853. Grayscale: #D2D2D2. Windows color (decimal): -604244 or 11323382. OLE color: 11323382.

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

Color convert

RGB 246 199 172 -
CMYK 0 0.19 0.30 0.04
HSL 21.89º 0.8% 0.82% -
HSV(B) 21.89º 0.3% 0.96% -
XYZ 65.88 63.42 47.8 -
YUV 209.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 246 199 172 0 0.19 0.30 0.04 21.89 0.8 0.82
Hex F6 C7 AC 0 13 1E 4 16 50 52
Octal 366 307 254 0 23 36 4 26 120 122
Binary 11110110 11000111 10101100 0 10011 11110 100 10110 1010000 1010010

Color Harmonies of #F6C7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C7AC

Black with #F6C7AC

Text Example


Text Example

White with #F6C7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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