Html Css Color HEX #FCD4B0 Apricot

📋 copy color: '#FCD4B0'

red 252 ◦ green 212 ◦ blue 176

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

Shades of Apricot #FCD4B0

Tints of Apricot #FCD4B0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

 BLUE value IS 176 (69.14% from 255) = 27.5%

R = 39.38%
G = 33.13%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCD4B0 (or 0xFCD4B0) is known color: Apricot. HEX triplet: FC, D4 and B0. RGB value is (252,212,176). Sum of RGB (Red+Green+Blue) = 252+212+176=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 176 (69.14% from 255 or 27.5% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4B0 is #032B4F. Grayscale: #DCDCDC. Windows color (decimal): -207696 or 11588860. OLE color: 11588860.

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

Color convert

RGB 252 212 176 -
CMYK 0 0.16 0.30 0.01
HSL 28.42º 0.93% 0.84% -
HSV(B) 28.42º 0.3% 0.99% -
XYZ 71.52 70.92 50.99 -
YUV 219.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 252 212 176 0 0.16 0.30 0.01 28.42 0.93 0.84
Hex FC D4 B0 0 10 1E 1 1C 5D 54
Octal 374 324 260 0 20 36 1 34 135 124
Binary 11111100 11010100 10110000 0 10000 11110 1 11100 1011101 1010100

Color Harmonies of #FCD4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4B0

Black with #FCD4B0

Text Example


Text Example

White with #FCD4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4B0; }

 p { color: rgb(252,212,176); }

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

background-color css

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

 a { background-color: rgb(252,212,176); }

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

border-color css

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

 span { border-color: rgb(252,212,176); }

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