Html Css Color HEX #FAC7AB Apricot

📋 copy color: '#FAC7AB'

red 250 ◦ green 199 ◦ blue 171

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

Shades of Apricot #FAC7AB

Tints of Apricot #FAC7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.1%

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

R = 40.32%
G = 32.1%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC7AB (or 0xFAC7AB) is known color: Apricot. HEX triplet: FA, C7 and AB. RGB value is (250,199,171). Sum of RGB (Red+Green+Blue) = 250+199+171=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7AB is #053854. Grayscale: #D3D3D3. Windows color (decimal): -342101 or 11257850. OLE color: 11257850.

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

Color convert

RGB 250 199 171 -
CMYK 0 0.20 0.32 0.02
HSL 21.27º 0.89% 0.83% -
HSV(B) 21.27º 0.32% 0.98% -
XYZ 67.2 64.11 47.36 -
YUV 211.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 250 199 171 0 0.20 0.32 0.02 21.27 0.89 0.83
Hex FA C7 AB 0 14 20 2 15 59 53
Octal 372 307 253 0 24 40 2 25 131 123
Binary 11111010 11000111 10101011 0 10100 100000 10 10101 1011001 1010011

Color Harmonies of #FAC7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7AB

Black with #FAC7AB

Text Example


Text Example

White with #FAC7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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