#FDCDB7

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

Shades of Apricot #FDCDB7

Tints of Apricot #FDCDB7

Color information

#FDCDB7 (or 0xFDCDB7) is unknown color: approx Apricot. HEX triplet: FD, CD and B7. RGB value is (253,205,183). Sum of RGB (Red+Green+Blue) = 253+205+183=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB7 is #023248. Grayscale: #D8D8D8. Windows color (decimal): -143945 or 12045821. OLE color: 12045821.

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

Color convert

RGB253205183-
CMYK00.190.280.01
HSL18.86º94.59%85.49%-
HSV(B)18.86º27.67%99.22%-
XYZ70.8967.9654.18-
YUV216.84108.9153.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 183 (71.88% from 255) = 28.55%
R=39.47%
G=31.98%
B=28.55%

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
Decimal25320518300.190.280.0118.8694.5985.49
HexFDCDB70131C1135f55
Octal37531526702334123137125
Binary1111110111001101101101110100111110011001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDB7; }

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

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

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

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

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

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

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

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