#FCD0B4

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

Shades of Apricot #FCD0B4

Tints of Apricot #FCD0B4

Color information

#FCD0B4 (or 0xFCD0B4) is unknown color: approx Apricot. HEX triplet: FC, D0 and B4. RGB value is (252,208,180). Sum of RGB (Red+Green+Blue) = 252+208+180=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0B4 is #032F4B. Grayscale: #DADADA. Windows color (decimal): -208716 or 11849980. OLE color: 11849980.

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

Color convert

RGB252208180-
CMYK00.170.290.01
HSL23.33º92.31%84.71%-
HSV(B)23.33º28.57%98.82%-
XYZ70.9469.152.78-
YUV217.96106.58152.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 180 (70.70% from 255) = 28.12%
R=39.38%
G=32.5%
B=28.12%

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
Decimal25220818000.170.290.0123.3392.3184.71
HexFCD0B40111D1175c55
Octal37432026402135127134125
Binary1111110011010000101101000100011110111011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0B4; }

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

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

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

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

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

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

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

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