Html Css Color HEX #FCD2AB Apricot

📋 copy color: '#FCD2AB'

red 252 ◦ green 210 ◦ blue 171

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

Shades of Apricot #FCD2AB

Tints of Apricot #FCD2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.18%

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

R = 39.81%
G = 33.18%
B = 27.01%

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

#FCD2AB (or 0xFCD2AB) is known color: Apricot. HEX triplet: FC, D2 and AB. RGB value is (252,210,171). Sum of RGB (Red+Green+Blue) = 252+210+171=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2AB is #032D54. Grayscale: #DADADA. Windows color (decimal): -208213 or 11260668. OLE color: 11260668.

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

Color convert

RGB 252 210 171 -
CMYK 0 0.17 0.32 0.01
HSL 28.89º 0.93% 0.83% -
HSV(B) 28.89º 0.32% 0.99% -
XYZ 70.54 69.73 48.27 -
YUV 218.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 252 210 171 0 0.17 0.32 0.01 28.89 0.93 0.83
Hex FC D2 AB 0 11 20 1 1D 5D 53
Octal 374 322 253 0 21 40 1 35 135 123
Binary 11111100 11010010 10101011 0 10001 100000 1 11101 1011101 1010011

Color Harmonies of #FCD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2AB

Black with #FCD2AB

Text Example


Text Example

White with #FCD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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