Html Css Color HEX #F6C9AD Apricot

📋 copy color: '#F6C9AD'

red 246 ◦ green 201 ◦ blue 173

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

Shades of Apricot #F6C9AD

Tints of Apricot #F6C9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.42%

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

R = 39.68%
G = 32.42%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6C9AD (or 0xF6C9AD) is known color: Apricot. HEX triplet: F6, C9 and AD. RGB value is (246,201,173). Sum of RGB (Red+Green+Blue) = 246+201+173=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C9AD is #093652. Grayscale: #D3D3D3. Windows color (decimal): -603731 or 11389430. OLE color: 11389430.

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

Color convert

RGB 246 201 173 -
CMYK 0 0.18 0.30 0.04
HSL 23.01º 0.8% 0.82% -
HSV(B) 23.01º 0.3% 0.96% -
XYZ 66.44 64.38 48.46 -
YUV 211.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 246 201 173 0 0.18 0.30 0.04 23.01 0.8 0.82
Hex F6 C9 AD 0 12 1E 4 17 50 52
Octal 366 311 255 0 22 36 4 27 120 122
Binary 11110110 11001001 10101101 0 10010 11110 100 10111 1010000 1010010

Color Harmonies of #F6C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C9AD

Black with #F6C9AD

Text Example


Text Example

White with #F6C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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