Html Css Color HEX #FCD2AF Apricot

📋 copy color: '#FCD2AF'

red 252 ◦ green 210 ◦ blue 175

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

Shades of Apricot #FCD2AF

Tints of Apricot #FCD2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.47%

R = 39.56%
G = 32.97%
B = 27.47%

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

#FCD2AF (or 0xFCD2AF) is known color: Apricot. HEX triplet: FC, D2 and AF. RGB value is (252,210,175). Sum of RGB (Red+Green+Blue) = 252+210+175=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2AF is #032D50. Grayscale: #DADADA. Windows color (decimal): -208209 or 11522812. OLE color: 11522812.

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

Color convert

RGB 252 210 175 -
CMYK 0 0.17 0.31 0.01
HSL 27.27º 0.93% 0.84% -
HSV(B) 27.27º 0.31% 0.99% -
XYZ 70.93 69.88 50.31 -
YUV 218.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 252 210 175 0 0.17 0.31 0.01 27.27 0.93 0.84
Hex FC D2 AF 0 11 1F 1 1B 5D 54
Octal 374 322 257 0 21 37 1 33 135 124
Binary 11111100 11010010 10101111 0 10001 11111 1 11011 1011101 1010100

Color Harmonies of #FCD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2AF

Black with #FCD2AF

Text Example


Text Example

White with #FCD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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