Html Css Color HEX #FAC5AC Apricot

📋 copy color: '#FAC5AC'

red 250 ◦ green 197 ◦ blue 172

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

Shades of Apricot #FAC5AC

Tints of Apricot #FAC5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.83%

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

R = 40.39%
G = 31.83%
B = 27.79%

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

#FAC5AC (or 0xFAC5AC) is known color: Apricot. HEX triplet: FA, C5 and AC. RGB value is (250,197,172). Sum of RGB (Red+Green+Blue) = 250+197+172=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5AC is #053A53. Grayscale: #D2D2D2. Windows color (decimal): -342612 or 11322874. OLE color: 11322874.

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

Color convert

RGB 250 197 172 -
CMYK 0 0.21 0.31 0.02
HSL 19.23º 0.89% 0.83% -
HSV(B) 19.23º 0.31% 0.98% -
XYZ 66.84 63.24 47.71 -
YUV 210 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 250 197 172 0 0.21 0.31 0.02 19.23 0.89 0.83
Hex FA C5 AC 0 15 1F 2 13 59 53
Octal 372 305 254 0 25 37 2 23 131 123
Binary 11111010 11000101 10101100 0 10101 11111 10 10011 1011001 1010011

Color Harmonies of #FAC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5AC

Black with #FAC5AC

Text Example


Text Example

White with #FAC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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