#FDCFB1

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

Shades of Apricot #FDCFB1

Tints of Apricot #FDCFB1

Color information

#FDCFB1 (or 0xFDCFB1) is unknown color: approx Apricot. HEX triplet: FD, CF and B1. RGB value is (253,207,177). Sum of RGB (Red+Green+Blue) = 253+207+177=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFB1 is #02304E. Grayscale: #D9D9D9. Windows color (decimal): -143439 or 11653117. OLE color: 11653117.

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

Color convert

RGB253207177-
CMYK00.180.300.01
HSL23.68º95%84.31%-
HSV(B)23.68º30.04%99.22%-
XYZ70.7668.6851.12-
YUV217.33105.24153.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=39.72%
G=32.50%
B=27.79%

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
Decimal25320717700.180.300.0123.689584.31
HexFDCFB10121E1185f54
Octal37531726102236130137124
Binary1111110111001111101100010100101111011100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFB1; }

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

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

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

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

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

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

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

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