Html Css Color HEX #FFD4AE Apricot

📋 copy color: '#FFD4AE'

red 255 ◦ green 212 ◦ blue 174

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

Shades of Apricot #FFD4AE

Tints of Apricot #FFD4AE

RGB

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

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

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

R = 39.78%
G = 33.07%
B = 27.15%

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

#FFD4AE (or 0xFFD4AE) is known color: Apricot. HEX triplet: FF, D4 and AE. RGB value is (255,212,174). Sum of RGB (Red+Green+Blue) = 255+212+174=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4AE is #002B51. Grayscale: #DCDCDC. Windows color (decimal): -11090 or 11457791. OLE color: 11457791.

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

Color convert

RGB 255 212 174 -
CMYK 0 0.17 0.32 0
HSL 28.15º 1% 0.84% -
HSV(B) 28.15º 0.32% 1% -
XYZ 72.42 71.4 50.01 -
YUV 220.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 255 212 174 0 0.17 0.32 0 28.15 1 0.84
Hex FF D4 AE 0 11 20 0 1C 64 54
Octal 377 324 256 0 21 40 0 34 144 124
Binary 11111111 11010100 10101110 0 10001 100000 0 11100 1100100 1010100

Color Harmonies of #FFD4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4AE

Black with #FFD4AE

Text Example


Text Example

White with #FFD4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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