Html Css Color HEX #F6C7AF Apricot

📋 copy color: '#F6C7AF'

red 246 ◦ green 199 ◦ blue 175

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

Shades of Apricot #F6C7AF

Tints of Apricot #F6C7AF

RGB

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

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

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

R = 39.68%
G = 32.1%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6C7AF (or 0xF6C7AF) is known color: Apricot. HEX triplet: F6, C7 and AF. RGB value is (246,199,175). Sum of RGB (Red+Green+Blue) = 246+199+175=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C7AF is #093850. Grayscale: #D2D2D2. Windows color (decimal): -604241 or 11519990. OLE color: 11519990.

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

Color convert

RGB 246 199 175 -
CMYK 0 0.19 0.29 0.04
HSL 20.28º 0.8% 0.83% -
HSV(B) 20.28º 0.29% 0.96% -
XYZ 66.17 63.53 49.33 -
YUV 210.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 246 199 175 0 0.19 0.29 0.04 20.28 0.8 0.83
Hex F6 C7 AF 0 13 1D 4 14 50 53
Octal 366 307 257 0 23 35 4 24 120 123
Binary 11110110 11000111 10101111 0 10011 11101 100 10100 1010000 1010011

Color Harmonies of #F6C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C7AF

Black with #F6C7AF

Text Example


Text Example

White with #F6C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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