Html Css Color HEX #FFD4AB Apricot

📋 copy color: '#FFD4AB'

red 255 ◦ green 212 ◦ blue 171

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

Shades of Apricot #FFD4AB

Tints of Apricot #FFD4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.8%

R = 39.97%
G = 33.23%
B = 26.8%

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

#FFD4AB (or 0xFFD4AB) is known color: Apricot. HEX triplet: FF, D4 and AB. RGB value is (255,212,171). Sum of RGB (Red+Green+Blue) = 255+212+171=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4AB is #002B54. Grayscale: #DCDCDC. Windows color (decimal): -11093 or 11261183. OLE color: 11261183.

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

Color convert

RGB 255 212 171 -
CMYK 0 0.17 0.33 0
HSL 29.29º 1% 0.84% -
HSV(B) 29.29º 0.33% 1% -
XYZ 72.13 71.29 48.49 -
YUV 220.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 255 212 171 0 0.17 0.33 0 29.29 1 0.84
Hex FF D4 AB 0 11 21 0 1D 64 54
Octal 377 324 253 0 21 41 0 35 144 124
Binary 11111111 11010100 10101011 0 10001 100001 0 11101 1100100 1010100

Color Harmonies of #FFD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4AB

Black with #FFD4AB

Text Example


Text Example

White with #FFD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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