Html Css Color HEX #FAC8AC Apricot

📋 copy color: '#FAC8AC'

red 250 ◦ green 200 ◦ blue 172

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

Shades of Apricot #FAC8AC

Tints of Apricot #FAC8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.15%

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

R = 40.19%
G = 32.15%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAC8AC (or 0xFAC8AC) is known color: Apricot. HEX triplet: FA, C8 and AC. RGB value is (250,200,172). Sum of RGB (Red+Green+Blue) = 250+200+172=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8AC is #053753. Grayscale: #D3D3D3. Windows color (decimal): -341844 or 11323642. OLE color: 11323642.

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

Color convert

RGB 250 200 172 -
CMYK 0 0.2 0.31 0.02
HSL 21.54º 0.89% 0.83% -
HSV(B) 21.54º 0.31% 0.98% -
XYZ 67.53 64.61 47.94 -
YUV 211.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 250 200 172 0 0.2 0.31 0.02 21.54 0.89 0.83
Hex FA C8 AC 0 14 1F 2 16 59 53
Octal 372 310 254 0 24 37 2 26 131 123
Binary 11111010 11001000 10101100 0 10100 11111 10 10110 1011001 1010011

Color Harmonies of #FAC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8AC

Black with #FAC8AC

Text Example


Text Example

White with #FAC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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