Html Css Color HEX #FAC6AB Apricot

📋 copy color: '#FAC6AB'

red 250 ◦ green 198 ◦ blue 171

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

Shades of Apricot #FAC6AB

Tints of Apricot #FAC6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.99%

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

R = 40.39%
G = 31.99%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC6AB (or 0xFAC6AB) is known color: Apricot. HEX triplet: FA, C6 and AB. RGB value is (250,198,171). Sum of RGB (Red+Green+Blue) = 250+198+171=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6AB is #053954. Grayscale: #D2D2D2. Windows color (decimal): -342357 or 11257594. OLE color: 11257594.

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

Color convert

RGB 250 198 171 -
CMYK 0 0.21 0.32 0.02
HSL 20.51º 0.89% 0.83% -
HSV(B) 20.51º 0.32% 0.98% -
XYZ 66.97 63.65 47.28 -
YUV 210.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 250 198 171 0 0.21 0.32 0.02 20.51 0.89 0.83
Hex FA C6 AB 0 15 20 2 15 59 53
Octal 372 306 253 0 25 40 2 25 131 123
Binary 11111010 11000110 10101011 0 10101 100000 10 10101 1011001 1010011

Color Harmonies of #FAC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6AB

Black with #FAC6AB

Text Example


Text Example

White with #FAC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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