Html Css Color HEX #FCD1AC Apricot

📋 copy color: '#FCD1AC'

red 252 ◦ green 209 ◦ blue 172

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

Shades of Apricot #FCD1AC

Tints of Apricot #FCD1AC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.02%

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

R = 39.81%
G = 33.02%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCD1AC (or 0xFCD1AC) is known color: Apricot. HEX triplet: FC, D1 and AC. RGB value is (252,209,172). Sum of RGB (Red+Green+Blue) = 252+209+172=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1AC is #032E53. Grayscale: #D9D9D9. Windows color (decimal): -208468 or 11325948. OLE color: 11325948.

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

Color convert

RGB 252 209 172 -
CMYK 0 0.17 0.32 0.01
HSL 27.75º 0.93% 0.83% -
HSV(B) 27.75º 0.32% 0.99% -
XYZ 70.39 69.27 48.69 -
YUV 217.64 102.25 152.51 -
System Red Green Blue C M Y K H S L
Decimal 252 209 172 0 0.17 0.32 0.01 27.75 0.93 0.83
Hex FC D1 AC 0 11 20 1 1C 5D 53
Octal 374 321 254 0 21 40 1 34 135 123
Binary 11111100 11010001 10101100 0 10001 100000 1 11100 1011101 1010011

Color Harmonies of #FCD1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1AC

Black with #FCD1AC

Text Example


Text Example

White with #FCD1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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