Html Css Color HEX #FFD1AD Apricot

📋 copy color: '#FFD1AD'

red 255 ◦ green 209 ◦ blue 173

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

Shades of Apricot #FFD1AD

Tints of Apricot #FFD1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.16%

R = 40.03%
G = 32.81%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFD1AD (or 0xFFD1AD) is known color: Apricot. HEX triplet: FF, D1 and AD. RGB value is (255,209,173). Sum of RGB (Red+Green+Blue) = 255+209+173=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1AD is #002E52. Grayscale: #DADADA. Windows color (decimal): -11859 or 11391487. OLE color: 11391487.

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

Color convert

RGB 255 209 173 -
CMYK 0 0.18 0.32 0
HSL 26.34º 1% 0.84% -
HSV(B) 26.34º 0.32% 1% -
XYZ 71.58 69.88 49.25 -
YUV 218.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 255 209 173 0 0.18 0.32 0 26.34 1 0.84
Hex FF D1 AD 0 12 20 0 1A 64 54
Octal 377 321 255 0 22 40 0 32 144 124
Binary 11111111 11010001 10101101 0 10010 100000 0 11010 1100100 1010100

Color Harmonies of #FFD1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1AD

Black with #FFD1AD

Text Example


Text Example

White with #FFD1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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