Html Css Color HEX #FFD1AF Apricot

📋 copy color: '#FFD1AF'

red 255 ◦ green 209 ◦ blue 175

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

Shades of Apricot #FFD1AF

Tints of Apricot #FFD1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.39%

R = 39.91%
G = 32.71%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFD1AF (or 0xFFD1AF) is known color: Apricot. HEX triplet: FF, D1 and AF. RGB value is (255,209,175). Sum of RGB (Red+Green+Blue) = 255+209+175=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1AF is #002E50. Grayscale: #DBDBDB. Windows color (decimal): -11857 or 11522559. OLE color: 11522559.

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

Color convert

RGB 255 209 175 -
CMYK 0 0.18 0.31 0
HSL 25.5º 1% 0.84% -
HSV(B) 25.5º 0.31% 1% -
XYZ 71.78 69.96 50.28 -
YUV 218.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 255 209 175 0 0.18 0.31 0 25.5 1 0.84
Hex FF D1 AF 0 12 1F 0 1A 64 54
Octal 377 321 257 0 22 37 0 32 144 124
Binary 11111111 11010001 10101111 0 10010 11111 0 11010 1100100 1010100

Color Harmonies of #FFD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1AF

Black with #FFD1AF

Text Example


Text Example

White with #FFD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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