Html Css Color HEX #FAC8AB Apricot

📋 copy color: '#FAC8AB'

red 250 ◦ green 200 ◦ blue 171

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

Shades of Apricot #FAC8AB

Tints of Apricot #FAC8AB

RGB

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

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

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

R = 40.26%
G = 32.21%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC8AB (or 0xFAC8AB) is known color: Apricot. HEX triplet: FA, C8 and AB. RGB value is (250,200,171). Sum of RGB (Red+Green+Blue) = 250+200+171=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8AB is #053754. Grayscale: #D3D3D3. Windows color (decimal): -341845 or 11258106. OLE color: 11258106.

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

Color convert

RGB 250 200 171 -
CMYK 0 0.2 0.32 0.02
HSL 22.03º 0.89% 0.83% -
HSV(B) 22.03º 0.32% 0.98% -
XYZ 67.43 64.57 47.44 -
YUV 211.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 250 200 171 0 0.2 0.32 0.02 22.03 0.89 0.83
Hex FA C8 AB 0 14 20 2 16 59 53
Octal 372 310 253 0 24 40 2 26 131 123
Binary 11111010 11001000 10101011 0 10100 100000 10 10110 1011001 1010011

Color Harmonies of #FAC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8AB

Black with #FAC8AB

Text Example


Text Example

White with #FAC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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