Html Css Color HEX #FAC7AF Apricot

📋 copy color: '#FAC7AF'

red 250 ◦ green 199 ◦ blue 175

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

Shades of Apricot #FAC7AF

Tints of Apricot #FAC7AF

RGB

 RED value IS 250 (98.05% from 255) = 40.06%

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

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

R = 40.06%
G = 31.89%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAC7AF (or 0xFAC7AF) is known color: Apricot. HEX triplet: FA, C7 and AF. RGB value is (250,199,175). Sum of RGB (Red+Green+Blue) = 250+199+175=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7AF is #053850. Grayscale: #D3D3D3. Windows color (decimal): -342097 or 11519994. OLE color: 11519994.

HSL color Cylindrical-coordinate representation of color #FAC7AF: hue angle of 19.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAC7AF is Cyan = 0, Magento = 0.20, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 175 -
CMYK 0 0.20 0.3 0.02
HSL 19.2º 0.88% 0.83% -
HSV(B) 19.2º 0.3% 0.98% -
XYZ 67.59 64.27 49.4 -
YUV 211.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 250 199 175 0 0.20 0.3 0.02 19.2 0.88 0.83
Hex FA C7 AF 0 14 1E 2 13 58 53
Octal 372 307 257 0 24 36 2 23 130 123
Binary 11111010 11000111 10101111 0 10100 11110 10 10011 1011000 1010011

Color Harmonies of #FAC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7AF

Black with #FAC7AF

Text Example


Text Example

White with #FAC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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