Html Css Color HEX #FAC7AC Apricot

📋 copy color: '#FAC7AC'

red 250 ◦ green 199 ◦ blue 172

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

Shades of Apricot #FAC7AC

Tints of Apricot #FAC7AC

RGB

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

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

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

R = 40.26%
G = 32.05%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAC7AC (or 0xFAC7AC) is known color: Apricot. HEX triplet: FA, C7 and AC. RGB value is (250,199,172). Sum of RGB (Red+Green+Blue) = 250+199+172=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7AC is #053853. Grayscale: #D3D3D3. Windows color (decimal): -342100 or 11323386. OLE color: 11323386.

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

Color convert

RGB 250 199 172 -
CMYK 0 0.20 0.31 0.02
HSL 20.77º 0.89% 0.83% -
HSV(B) 20.77º 0.31% 0.98% -
XYZ 67.29 64.15 47.87 -
YUV 211.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 250 199 172 0 0.20 0.31 0.02 20.77 0.89 0.83
Hex FA C7 AC 0 14 1F 2 15 59 53
Octal 372 307 254 0 24 37 2 25 131 123
Binary 11111010 11000111 10101100 0 10100 11111 10 10101 1011001 1010011

Color Harmonies of #FAC7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7AC

Black with #FAC7AC

Text Example


Text Example

White with #FAC7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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