#FDCCB6

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

Shades of Apricot #FDCCB6

Tints of Apricot #FDCCB6

Color information

#FDCCB6 (or 0xFDCCB6) is unknown color: approx Apricot. HEX triplet: FD, CC and B6. RGB value is (253,204,182). Sum of RGB (Red+Green+Blue) = 253+204+182=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCB6 is #023349. Grayscale: #D8D8D8. Windows color (decimal): -144202 or 11980029. OLE color: 11980029.

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

Color convert

RGB253204182-
CMYK00.190.280.01
HSL18.59º94.67%85.29%-
HSV(B)18.59º28.06%99.22%-
XYZ70.5467.4553.56-
YUV216.14108.73154.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 182 (71.48% from 255) = 28.48%
R=39.59%
G=31.92%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320418200.190.280.0118.5994.6785.29
HexFDCCB60131C1135f55
Octal37531426602334123137125
Binary1111110111001100101101100100111110011001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCB6; }

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

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

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

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

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

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

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

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