Html Css Color HEX #FCD3AC Apricot

📋 copy color: '#FCD3AC'

red 252 ◦ green 211 ◦ blue 172

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

Shades of Apricot #FCD3AC

Tints of Apricot #FCD3AC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.23%

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

R = 39.69%
G = 33.23%
B = 27.09%

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

#FCD3AC (or 0xFCD3AC) is known color: Apricot. HEX triplet: FC, D3 and AC. RGB value is (252,211,172). Sum of RGB (Red+Green+Blue) = 252+211+172=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3AC is #032C53. Grayscale: #DBDBDB. Windows color (decimal): -207956 or 11326460. OLE color: 11326460.

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

Color convert

RGB 252 211 172 -
CMYK 0 0.16 0.32 0.01
HSL 29.25º 0.93% 0.83% -
HSV(B) 29.25º 0.32% 0.99% -
XYZ 70.89 70.26 48.86 -
YUV 218.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 252 211 172 0 0.16 0.32 0.01 29.25 0.93 0.83
Hex FC D3 AC 0 10 20 1 1D 5D 53
Octal 374 323 254 0 20 40 1 35 135 123
Binary 11111100 11010011 10101100 0 10000 100000 1 11101 1011101 1010011

Color Harmonies of #FCD3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD3AC

Black with #FCD3AC

Text Example


Text Example

White with #FCD3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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