Html Css Color HEX #FFD1AC Apricot

📋 copy color: '#FFD1AC'

red 255 ◦ green 209 ◦ blue 172

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

Shades of Apricot #FFD1AC

Tints of Apricot #FFD1AC

RGB

 RED value IS 255 (100% from 255) = 40.09%

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

 BLUE value IS 172 (67.58% from 255) = 27.04%

R = 40.09%
G = 32.86%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFD1AC (or 0xFFD1AC) is known color: Apricot. HEX triplet: FF, D1 and AC. RGB value is (255,209,172). Sum of RGB (Red+Green+Blue) = 255+209+172=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1AC is #002E53. Grayscale: #DADADA. Windows color (decimal): -11860 or 11325951. OLE color: 11325951.

HSL color Cylindrical-coordinate representation of color #FFD1AC: hue angle of 26.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD1AC is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 209 172 -
CMYK 0 0.18 0.33 0
HSL 26.75º 1% 0.84% -
HSV(B) 26.75º 0.33% 1% -
XYZ 71.49 69.84 48.74 -
YUV 218.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 255 209 172 0 0.18 0.33 0 26.75 1 0.84
Hex FF D1 AC 0 12 21 0 1B 64 54
Octal 377 321 254 0 22 41 0 33 144 124
Binary 11111111 11010001 10101100 0 10010 100001 0 11011 1100100 1010100

Color Harmonies of #FFD1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1AC

Black with #FFD1AC

Text Example


Text Example

White with #FFD1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1AC; }

 p { color: rgb(255,209,172); }

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

background-color css

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

 a { background-color: rgb(255,209,172); }

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

border-color css

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

 span { border-color: rgb(255,209,172); }

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