#FCD0B2

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

Shades of Apricot #FCD0B2

Tints of Apricot #FCD0B2

Color information

#FCD0B2 (or 0xFCD0B2) is unknown color: approx Apricot. HEX triplet: FC, D0 and B2. RGB value is (252,208,178). Sum of RGB (Red+Green+Blue) = 252+208+178=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0B2 is #032F4D. Grayscale: #D9D9D9. Windows color (decimal): -208718 or 11718908. OLE color: 11718908.

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

Color convert

RGB252208178-
CMYK00.170.290.01
HSL24.32º92.5%84.31%-
HSV(B)24.32º29.37%98.82%-
XYZ70.7469.0251.71-
YUV217.74105.58152.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 178 (69.92% from 255) = 27.90%
R=39.50%
G=32.60%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220817800.170.290.0124.3292.584.31
HexFCD0B20111D1185c54
Octal37432026202135130134124
Binary1111110011010000101100100100011110111100010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0B2; }

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

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

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

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

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

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

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

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