Html Css Color HEX #FFD1AB Apricot

📋 copy color: '#FFD1AB'

red 255 ◦ green 209 ◦ blue 171

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

Shades of Apricot #FFD1AB

Tints of Apricot #FFD1AB

RGB

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

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

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

R = 40.16%
G = 32.91%
B = 26.93%

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

#FFD1AB (or 0xFFD1AB) is known color: Apricot. HEX triplet: FF, D1 and AB. RGB value is (255,209,171). Sum of RGB (Red+Green+Blue) = 255+209+171=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1AB is #002E54. Grayscale: #DADADA. Windows color (decimal): -11861 or 11260415. OLE color: 11260415.

HSL color Cylindrical-coordinate representation of color #FFD1AB: hue angle of 27.14º 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 #FFD1AB is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 209 171 -
CMYK 0 0.18 0.33 0
HSL 27.14º 1% 0.84% -
HSV(B) 27.14º 0.33% 1% -
XYZ 71.39 69.8 48.24 -
YUV 218.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 255 209 171 0 0.18 0.33 0 27.14 1 0.84
Hex FF D1 AB 0 12 21 0 1B 64 54
Octal 377 321 253 0 22 41 0 33 144 124
Binary 11111111 11010001 10101011 0 10010 100001 0 11011 1100100 1010100

Color Harmonies of #FFD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1AB

Black with #FFD1AB

Text Example


Text Example

White with #FFD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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