#FCD0B1

Color #FCD0B1 Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FCD0B1

Tints of Apricot #FCD0B1

Color information

#FCD0B1 (or 0xFCD0B1) is unknown color: approx Apricot. HEX triplet: FC, D0 and B1. RGB value is (252,208,177). Sum of RGB (Red+Green+Blue) = 252+208+177=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0B1 is #032F4E. Grayscale: #D9D9D9. Windows color (decimal): -208719 or 11653372. OLE color: 11653372.

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

Color convert

RGB252208177-
CMYK00.170.300.01
HSL24.8º92.59%84.12%-
HSV(B)24.8º29.76%98.82%-
XYZ70.6468.9851.19-
YUV217.62105.08152.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=39.56%
G=32.65%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220817700.170.300.0124.892.5984.12
HexFCD0B10111E1195d54
Octal37432026102136131135124
Binary1111110011010000101100010100011111011100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0B1; }

 p { color: rgb(252,208,177); }

 H1.HeaderClassName
 {
   color: #FCD0B1;
 }
 .AnyTagClassName
 {
   color: #FCD0B1;
 }
</style>
background-color css

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

 a { background-color: rgb(252,208,177); }

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

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

 span { border-color: rgb(252,208,177); }

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