Html Css Color HEX #F6C8AF Apricot

📋 copy color: '#F6C8AF'

red 246 ◦ green 200 ◦ blue 175

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

Shades of Apricot #F6C8AF

Tints of Apricot #F6C8AF

RGB

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

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

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

R = 39.61%
G = 32.21%
B = 28.18%

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

#F6C8AF (or 0xF6C8AF) is known color: Apricot. HEX triplet: F6, C8 and AF. RGB value is (246,200,175). Sum of RGB (Red+Green+Blue) = 246+200+175=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C8AF is #093750. Grayscale: #D3D3D3. Windows color (decimal): -603985 or 11520246. OLE color: 11520246.

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

Color convert

RGB 246 200 175 -
CMYK 0 0.19 0.29 0.04
HSL 21.13º 0.8% 0.83% -
HSV(B) 21.13º 0.29% 0.96% -
XYZ 66.4 64 49.41 -
YUV 210.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 246 200 175 0 0.19 0.29 0.04 21.13 0.8 0.83
Hex F6 C8 AF 0 13 1D 4 15 50 53
Octal 366 310 257 0 23 35 4 25 120 123
Binary 11110110 11001000 10101111 0 10011 11101 100 10101 1010000 1010011

Color Harmonies of #F6C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C8AF

Black with #F6C8AF

Text Example


Text Example

White with #F6C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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