#FDCFB0

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

Shades of Apricot #FDCFB0

Tints of Apricot #FDCFB0

Color information

#FDCFB0 (or 0xFDCFB0) is unknown color: approx Apricot. HEX triplet: FD, CF and B0. RGB value is (253,207,176). Sum of RGB (Red+Green+Blue) = 253+207+176=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFB0 is #02304F. Grayscale: #D9D9D9. Windows color (decimal): -143440 or 11587581. OLE color: 11587581.

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

Color convert

RGB253207176-
CMYK00.180.300.01
HSL24.16º95.06%84.12%-
HSV(B)24.16º30.43%99.22%-
XYZ70.6668.6450.6-
YUV217.22104.74153.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 176 (69.14% from 255) = 27.67%
R=39.78%
G=32.55%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320717600.180.300.0124.1695.0684.12
HexFDCFB00121E1185f54
Octal37531726002236130137124
Binary1111110111001111101100000100101111011100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFB0; }

 p { color: rgb(253,207,176); }

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

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

 a { background-color: rgb(253,207,176); }

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

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

 span { border-color: rgb(253,207,176); }

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