Html Css Color HEX #FAC6AC Apricot

📋 copy color: '#FAC6AC'

red 250 ◦ green 198 ◦ blue 172

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

Shades of Apricot #FAC6AC

Tints of Apricot #FAC6AC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.94%

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

R = 40.32%
G = 31.94%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAC6AC (or 0xFAC6AC) is known color: Apricot. HEX triplet: FA, C6 and AC. RGB value is (250,198,172). Sum of RGB (Red+Green+Blue) = 250+198+172=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6AC is #053953. Grayscale: #D2D2D2. Windows color (decimal): -342356 or 11323130. OLE color: 11323130.

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

Color convert

RGB 250 198 172 -
CMYK 0 0.21 0.31 0.02
HSL 20º 0.89% 0.83% -
HSV(B) 20º 0.31% 0.98% -
XYZ 67.06 63.69 47.79 -
YUV 210.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 250 198 172 0 0.21 0.31 0.02 20 0.89 0.83
Hex FA C6 AC 0 15 1F 2 14 59 53
Octal 372 306 254 0 25 37 2 24 131 123
Binary 11111010 11000110 10101100 0 10101 11111 10 10100 1011001 1010011

Color Harmonies of #FAC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6AC

Black with #FAC6AC

Text Example


Text Example

White with #FAC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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