Html Css Color HEX #FFD1AE Apricot

📋 copy color: '#FFD1AE'

red 255 ◦ green 209 ◦ blue 174

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

Shades of Apricot #FFD1AE

Tints of Apricot #FFD1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.27%

R = 39.97%
G = 32.76%
B = 27.27%

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

#FFD1AE (or 0xFFD1AE) is known color: Apricot. HEX triplet: FF, D1 and AE. RGB value is (255,209,174). Sum of RGB (Red+Green+Blue) = 255+209+174=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1AE is #002E51. Grayscale: #DADADA. Windows color (decimal): -11858 or 11457023. OLE color: 11457023.

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

Color convert

RGB 255 209 174 -
CMYK 0 0.18 0.32 0
HSL 25.93º 1% 0.84% -
HSV(B) 25.93º 0.32% 1% -
XYZ 71.68 69.92 49.76 -
YUV 218.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 255 209 174 0 0.18 0.32 0 25.93 1 0.84
Hex FF D1 AE 0 12 20 0 1A 64 54
Octal 377 321 256 0 22 40 0 32 144 124
Binary 11111111 11010001 10101110 0 10010 100000 0 11010 1100100 1010100

Color Harmonies of #FFD1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1AE

Black with #FFD1AE

Text Example


Text Example

White with #FFD1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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