#FDCCB8

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

Shades of Apricot #FDCCB8

Tints of Apricot #FDCCB8

Color information

#FDCCB8 (or 0xFDCCB8) is unknown color: approx Apricot. HEX triplet: FD, CC and B8. RGB value is (253,204,184). Sum of RGB (Red+Green+Blue) = 253+204+184=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCB8 is #023347. Grayscale: #D8D8D8. Windows color (decimal): -144200 or 12111101. OLE color: 12111101.

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

Color convert

RGB253204184-
CMYK00.190.270.01
HSL17.39º94.52%85.69%-
HSV(B)17.39º27.27%99.22%-
XYZ70.7567.5354.65-
YUV216.37109.73154.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 184 (72.27% from 255) = 28.71%
R=39.47%
G=31.83%
B=28.71%

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
Decimal25320418400.190.270.0117.3994.5285.69
HexFDCCB80131B1115f56
Octal37531427002333121137126
Binary1111110111001100101110000100111101111000110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCB8; }

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

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

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

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

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

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

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

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