Html Css Color HEX #FAD1AB Apricot

📋 copy color: '#FAD1AB'

red 250 ◦ green 209 ◦ blue 171

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

Shades of Apricot #FAD1AB

Tints of Apricot #FAD1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.17%

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

R = 39.68%
G = 33.17%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAD1AB (or 0xFAD1AB) is known color: Apricot. HEX triplet: FA, D1 and AB. RGB value is (250,209,171). Sum of RGB (Red+Green+Blue) = 250+209+171=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD1AB is #052E54. Grayscale: #D9D9D9. Windows color (decimal): -339541 or 11260410. OLE color: 11260410.

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

Color convert

RGB 250 209 171 -
CMYK 0 0.16 0.32 0.02
HSL 28.86º 0.89% 0.83% -
HSV(B) 28.86º 0.32% 0.98% -
XYZ 69.58 68.87 48.15 -
YUV 216.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 250 209 171 0 0.16 0.32 0.02 28.86 0.89 0.83
Hex FA D1 AB 0 10 20 2 1D 59 53
Octal 372 321 253 0 20 40 2 35 131 123
Binary 11111010 11010001 10101011 0 10000 100000 10 11101 1011001 1010011

Color Harmonies of #FAD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1AB

Black with #FAD1AB

Text Example


Text Example

White with #FAD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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