Html Css Color HEX #FAC4AA Apricot

📋 copy color: '#FAC4AA'

red 250 ◦ green 196 ◦ blue 170

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

Shades of Apricot #FAC4AA

Tints of Apricot #FAC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.82%

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

R = 40.58%
G = 31.82%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC4AA (or 0xFAC4AA) is known color: Apricot. HEX triplet: FA, C4 and AA. RGB value is (250,196,170). Sum of RGB (Red+Green+Blue) = 250+196+170=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4AA is #053B55. Grayscale: #D1D1D1. Windows color (decimal): -342870 or 11191546. OLE color: 11191546.

HSL color Cylindrical-coordinate representation of color #FAC4AA: hue angle of 19.5º 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 #FAC4AA is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 170 -
CMYK 0 0.22 0.32 0.02
HSL 19.5º 0.89% 0.82% -
HSV(B) 19.5º 0.32% 0.98% -
XYZ 66.42 62.71 46.63 -
YUV 209.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 250 196 170 0 0.22 0.32 0.02 19.5 0.89 0.82
Hex FA C4 AA 0 16 20 2 14 59 52
Octal 372 304 252 0 26 40 2 24 131 122
Binary 11111010 11000100 10101010 0 10110 100000 10 10100 1011001 1010010

Color Harmonies of #FAC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4AA

Black with #FAC4AA

Text Example


Text Example

White with #FAC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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