Html Css Color HEX #FCD4AC Apricot

📋 copy color: '#FCD4AC'

red 252 ◦ green 212 ◦ blue 172

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

Shades of Apricot #FCD4AC

Tints of Apricot #FCD4AC

RGB

 RED value IS 252 (98.83% from 255) = 39.62%

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

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

R = 39.62%
G = 33.33%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCD4AC (or 0xFCD4AC) is known color: Apricot. HEX triplet: FC, D4 and AC. RGB value is (252,212,172). Sum of RGB (Red+Green+Blue) = 252+212+172=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4AC is #032B53. Grayscale: #DBDBDB. Windows color (decimal): -207700 or 11326716. OLE color: 11326716.

HSL color Cylindrical-coordinate representation of color #FCD4AC: hue angle of 30º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCD4AC is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 212 172 -
CMYK 0 0.16 0.32 0.01
HSL 30º 0.93% 0.83% -
HSV(B) 30º 0.32% 0.99% -
XYZ 71.13 70.76 48.94 -
YUV 219.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 252 212 172 0 0.16 0.32 0.01 30 0.93 0.83
Hex FC D4 AC 0 10 20 1 1E 5D 53
Octal 374 324 254 0 20 40 1 36 135 123
Binary 11111100 11010100 10101100 0 10000 100000 1 11110 1011101 1010011

Color Harmonies of #FCD4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4AC

Black with #FCD4AC

Text Example


Text Example

White with #FCD4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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