Html Css Color HEX #F7C7AF Apricot

📋 copy color: '#F7C7AF'

red 247 ◦ green 199 ◦ blue 175

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

Shades of Apricot #F7C7AF

Tints of Apricot #F7C7AF

RGB

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

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

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

R = 39.77%
G = 32.05%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F7C7AF (or 0xF7C7AF) is known color: Apricot. HEX triplet: F7, C7 and AF. RGB value is (247,199,175). Sum of RGB (Red+Green+Blue) = 247+199+175=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C7AF is #083850. Grayscale: #D2D2D2. Windows color (decimal): -538705 or 11519991. OLE color: 11519991.

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

Color convert

RGB 247 199 175 -
CMYK 0 0.19 0.29 0.03
HSL 20º 0.82% 0.83% -
HSV(B) 20º 0.29% 0.97% -
XYZ 66.52 63.72 49.35 -
YUV 210.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 247 199 175 0 0.19 0.29 0.03 20 0.82 0.83
Hex F7 C7 AF 0 13 1D 3 14 52 53
Octal 367 307 257 0 23 35 3 24 122 123
Binary 11110111 11000111 10101111 0 10011 11101 11 10100 1010010 1010011

Color Harmonies of #F7C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C7AF

Black with #F7C7AF

Text Example


Text Example

White with #F7C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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