#FDCCB0

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

Shades of Apricot #FDCCB0

Tints of Apricot #FDCCB0

Color information

#FDCCB0 (or 0xFDCCB0) is unknown color: approx Apricot. HEX triplet: FD, CC and B0. RGB value is (253,204,176). Sum of RGB (Red+Green+Blue) = 253+204+176=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCB0 is #02334F. Grayscale: #D7D7D7. Windows color (decimal): -144208 or 11586813. OLE color: 11586813.

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

Color convert

RGB253204176-
CMYK00.190.300.01
HSL21.82º95.06%84.12%-
HSV(B)21.82º30.43%99.22%-
XYZ69.9467.250.36-
YUV215.46105.73154.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 176 (69.14% from 255) = 27.80%
R=39.97%
G=32.23%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320417600.190.300.0121.8295.0684.12
HexFDCCB00131E1165f54
Octal37531426002336126137124
Binary1111110111001100101100000100111111011011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCB0; }

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

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

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

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

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

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

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

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