Html Css Color HEX #FCD1AB Apricot

📋 copy color: '#FCD1AB'

red 252 ◦ green 209 ◦ blue 171

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

Shades of Apricot #FCD1AB

Tints of Apricot #FCD1AB

RGB

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

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

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

R = 39.87%
G = 33.07%
B = 27.06%

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

#FCD1AB (or 0xFCD1AB) is known color: Apricot. HEX triplet: FC, D1 and AB. RGB value is (252,209,171). Sum of RGB (Red+Green+Blue) = 252+209+171=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1AB is #032E54. Grayscale: #D9D9D9. Windows color (decimal): -208469 or 11260412. OLE color: 11260412.

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

Color convert

RGB 252 209 171 -
CMYK 0 0.17 0.32 0.01
HSL 28.15º 0.93% 0.83% -
HSV(B) 28.15º 0.32% 0.99% -
XYZ 70.3 69.24 48.19 -
YUV 217.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 252 209 171 0 0.17 0.32 0.01 28.15 0.93 0.83
Hex FC D1 AB 0 11 20 1 1C 5D 53
Octal 374 321 253 0 21 40 1 34 135 123
Binary 11111100 11010001 10101011 0 10001 100000 1 11100 1011101 1010011

Color Harmonies of #FCD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1AB

Black with #FCD1AB

Text Example


Text Example

White with #FCD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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