Html Css Color HEX #F6C7AD Apricot

📋 copy color: '#F6C7AD'

red 246 ◦ green 199 ◦ blue 173

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

Shades of Apricot #F6C7AD

Tints of Apricot #F6C7AD

RGB

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

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

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

R = 39.81%
G = 32.2%
B = 27.99%

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

#F6C7AD (or 0xF6C7AD) is known color: Apricot. HEX triplet: F6, C7 and AD. RGB value is (246,199,173). Sum of RGB (Red+Green+Blue) = 246+199+173=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C7AD is #093852. Grayscale: #D2D2D2. Windows color (decimal): -604243 or 11388918. OLE color: 11388918.

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

Color convert

RGB 246 199 173 -
CMYK 0 0.19 0.30 0.04
HSL 21.37º 0.8% 0.82% -
HSV(B) 21.37º 0.3% 0.96% -
XYZ 65.97 63.46 48.31 -
YUV 210.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 246 199 173 0 0.19 0.30 0.04 21.37 0.8 0.82
Hex F6 C7 AD 0 13 1E 4 15 50 52
Octal 366 307 255 0 23 36 4 25 120 122
Binary 11110110 11000111 10101101 0 10011 11110 100 10101 1010000 1010010

Color Harmonies of #F6C7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C7AD

Black with #F6C7AD

Text Example


Text Example

White with #F6C7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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