#FDCEB7

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

Shades of Apricot #FDCEB7

Tints of Apricot #FDCEB7

Color information

#FDCEB7 (or 0xFDCEB7) is unknown color: approx Apricot. HEX triplet: FD, CE and B7. RGB value is (253,206,183). Sum of RGB (Red+Green+Blue) = 253+206+183=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEB7 is #023148. Grayscale: #D9D9D9. Windows color (decimal): -143689 or 12046077. OLE color: 12046077.

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

Color convert

RGB253206183-
CMYK00.190.280.01
HSL19.71º94.59%85.49%-
HSV(B)19.71º27.67%99.22%-
XYZ71.1368.4454.26-
YUV217.43108.57153.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 183 (71.88% from 255) = 28.50%
R=39.41%
G=32.09%
B=28.50%

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
Decimal25320618300.190.280.0119.7194.5985.49
HexFDCEB70131C1145f55
Octal37531626702334124137125
Binary1111110111001110101101110100111110011010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEB7; }

 p { color: rgb(253,206,183); }

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

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

 a { background-color: rgb(253,206,183); }

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

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

 span { border-color: rgb(253,206,183); }

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