Html Css Color HEX #FFD4AC Apricot

📋 copy color: '#FFD4AC'

red 255 ◦ green 212 ◦ blue 172

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

Shades of Apricot #FFD4AC

Tints of Apricot #FFD4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.18%

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

R = 39.91%
G = 33.18%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFD4AC (or 0xFFD4AC) is known color: Apricot. HEX triplet: FF, D4 and AC. RGB value is (255,212,172). Sum of RGB (Red+Green+Blue) = 255+212+172=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4AC is #002B53. Grayscale: #DCDCDC. Windows color (decimal): -11092 or 11326719. OLE color: 11326719.

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

Color convert

RGB 255 212 172 -
CMYK 0 0.17 0.33 0
HSL 28.92º 1% 0.84% -
HSV(B) 28.92º 0.33% 1% -
XYZ 72.23 71.33 48.99 -
YUV 220.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 255 212 172 0 0.17 0.33 0 28.92 1 0.84
Hex FF D4 AC 0 11 21 0 1D 64 54
Octal 377 324 254 0 21 41 0 35 144 124
Binary 11111111 11010100 10101100 0 10001 100001 0 11101 1100100 1010100

Color Harmonies of #FFD4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4AC

Black with #FFD4AC

Text Example


Text Example

White with #FFD4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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