Html Css Color HEX #FAC7AA Apricot

📋 copy color: '#FAC7AA'

red 250 ◦ green 199 ◦ blue 170

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

Shades of Apricot #FAC7AA

Tints of Apricot #FAC7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.46%

R = 40.39%
G = 32.15%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC7AA (or 0xFAC7AA) is known color: Apricot. HEX triplet: FA, C7 and AA. RGB value is (250,199,170). Sum of RGB (Red+Green+Blue) = 250+199+170=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7AA is #053855. Grayscale: #D3D3D3. Windows color (decimal): -342102 or 11192314. OLE color: 11192314.

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

Color convert

RGB 250 199 170 -
CMYK 0 0.20 0.32 0.02
HSL 21.75º 0.89% 0.82% -
HSV(B) 21.75º 0.32% 0.98% -
XYZ 67.1 64.07 46.86 -
YUV 210.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 250 199 170 0 0.20 0.32 0.02 21.75 0.89 0.82
Hex FA C7 AA 0 14 20 2 16 59 52
Octal 372 307 252 0 24 40 2 26 131 122
Binary 11111010 11000111 10101010 0 10100 100000 10 10110 1011001 1010010

Color Harmonies of #FAC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7AA

Black with #FAC7AA

Text Example


Text Example

White with #FAC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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