Html Css Color HEX #FFD4AD Apricot

📋 copy color: '#FFD4AD'

red 255 ◦ green 212 ◦ blue 173

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

Shades of Apricot #FFD4AD

Tints of Apricot #FFD4AD

RGB

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

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

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

R = 39.84%
G = 33.13%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFD4AD (or 0xFFD4AD) is known color: Apricot. HEX triplet: FF, D4 and AD. RGB value is (255,212,173). Sum of RGB (Red+Green+Blue) = 255+212+173=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4AD is #002B52. Grayscale: #DCDCDC. Windows color (decimal): -11091 or 11392255. OLE color: 11392255.

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

Color convert

RGB 255 212 173 -
CMYK 0 0.17 0.32 0
HSL 28.54º 1% 0.84% -
HSV(B) 28.54º 0.32% 1% -
XYZ 72.33 71.36 49.5 -
YUV 220.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 255 212 173 0 0.17 0.32 0 28.54 1 0.84
Hex FF D4 AD 0 11 20 0 1D 64 54
Octal 377 324 255 0 21 40 0 35 144 124
Binary 11111111 11010100 10101101 0 10001 100000 0 11101 1100100 1010100

Color Harmonies of #FFD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4AD

Black with #FFD4AD

Text Example


Text Example

White with #FFD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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