Html Css Color HEX #F7D0AC Apricot

📋 copy color: '#F7D0AC'

red 247 ◦ green 208 ◦ blue 172

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

Shades of Apricot #F7D0AC

Tints of Apricot #F7D0AC

RGB

 RED value IS 247 (96.88% from 255) = 39.39%

 GREEN value IS 208 (81.64% from 255) = 33.17%

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

R = 39.39%
G = 33.17%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7D0AC (or 0xF7D0AC) is known color: Apricot. HEX triplet: F7, D0 and AC. RGB value is (247,208,172). Sum of RGB (Red+Green+Blue) = 247+208+172=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D0AC is #082F53. Grayscale: #D7D7D7. Windows color (decimal): -536404 or 11325687. OLE color: 11325687.

HSL color Cylindrical-coordinate representation of color #F7D0AC: hue angle of 28.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7D0AC is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 208 172 -
CMYK 0 0.16 0.30 0.03
HSL 28.8º 0.82% 0.82% -
HSV(B) 28.8º 0.3% 0.97% -
XYZ 68.36 67.86 48.53 -
YUV 215.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 247 208 172 0 0.16 0.30 0.03 28.8 0.82 0.82
Hex F7 D0 AC 0 10 1E 3 1D 52 52
Octal 367 320 254 0 20 36 3 35 122 122
Binary 11110111 11010000 10101100 0 10000 11110 11 11101 1010010 1010010

Color Harmonies of #F7D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D0AC

Black with #F7D0AC

Text Example


Text Example

White with #F7D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D0AC; }

 p { color: rgb(247,208,172); }

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

background-color css

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

 a { background-color: rgb(247,208,172); }

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

border-color css

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

 span { border-color: rgb(247,208,172); }

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