Html Css Color HEX #FAC4AB Apricot

📋 copy color: '#FAC4AB'

red 250 ◦ green 196 ◦ blue 171

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

Shades of Apricot #FAC4AB

Tints of Apricot #FAC4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.71%

R = 40.52%
G = 31.77%
B = 27.71%

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

#FAC4AB (or 0xFAC4AB) is known color: Apricot. HEX triplet: FA, C4 and AB. RGB value is (250,196,171). Sum of RGB (Red+Green+Blue) = 250+196+171=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4AB is #053B54. Grayscale: #D1D1D1. Windows color (decimal): -342869 or 11257082. OLE color: 11257082.

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

Color convert

RGB 250 196 171 -
CMYK 0 0.22 0.32 0.02
HSL 18.99º 0.89% 0.83% -
HSV(B) 18.99º 0.32% 0.98% -
XYZ 66.51 62.74 47.13 -
YUV 209.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 250 196 171 0 0.22 0.32 0.02 18.99 0.89 0.83
Hex FA C4 AB 0 16 20 2 13 59 53
Octal 372 304 253 0 26 40 2 23 131 123
Binary 11111010 11000100 10101011 0 10110 100000 10 10011 1011001 1010011

Color Harmonies of #FAC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4AB

Black with #FAC4AB

Text Example


Text Example

White with #FAC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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