Html Css Color HEX #FCD2AD Apricot

📋 copy color: '#FCD2AD'

red 252 ◦ green 210 ◦ blue 173

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

Shades of Apricot #FCD2AD

Tints of Apricot #FCD2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.24%

R = 39.69%
G = 33.07%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCD2AD (or 0xFCD2AD) is known color: Apricot. HEX triplet: FC, D2 and AD. RGB value is (252,210,173). Sum of RGB (Red+Green+Blue) = 252+210+173=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2AD is #032D52. Grayscale: #DADADA. Windows color (decimal): -208211 or 11391740. OLE color: 11391740.

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

Color convert

RGB 252 210 173 -
CMYK 0 0.17 0.31 0.01
HSL 28.1º 0.93% 0.83% -
HSV(B) 28.1º 0.31% 0.99% -
XYZ 70.73 69.81 49.28 -
YUV 218.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 252 210 173 0 0.17 0.31 0.01 28.1 0.93 0.83
Hex FC D2 AD 0 11 1F 1 1C 5D 53
Octal 374 322 255 0 21 37 1 34 135 123
Binary 11111100 11010010 10101101 0 10001 11111 1 11100 1011101 1010011

Color Harmonies of #FCD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2AD

Black with #FCD2AD

Text Example


Text Example

White with #FCD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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