#FCCDB7

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

Shades of Apricot #FCCDB7

Tints of Apricot #FCCDB7

Color information

#FCCDB7 (or 0xFCCDB7) is unknown color: approx Apricot. HEX triplet: FC, CD and B7. RGB value is (252,205,183). Sum of RGB (Red+Green+Blue) = 252+205+183=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDB7 is #033248. Grayscale: #D8D8D8. Windows color (decimal): -209481 or 12045820. OLE color: 12045820.

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

Color convert

RGB252205183-
CMYK00.190.270.01
HSL19.13º92%85.29%-
HSV(B)19.13º27.38%98.82%-
XYZ70.5267.7854.17-
YUV216.54109.07153.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 183 (71.88% from 255) = 28.59%
R=39.38%
G=32.03%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220518300.190.270.0119.139285.29
HexFCCDB70131B1135c55
Octal37431526702333123134125
Binary1111110011001101101101110100111101111001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDB7; }

 p { color: rgb(252,205,183); }

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

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

 a { background-color: rgb(252,205,183); }

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

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

 span { border-color: rgb(252,205,183); }

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