#FDCDB5

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

Shades of Apricot #FDCDB5

Tints of Apricot #FDCDB5

Color information

#FDCDB5 (or 0xFDCDB5) is unknown color: approx Apricot. HEX triplet: FD, CD and B5. RGB value is (253,205,181). Sum of RGB (Red+Green+Blue) = 253+205+181=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB5 is #02324A. Grayscale: #D8D8D8. Windows color (decimal): -143947 or 11914749. OLE color: 11914749.

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

Color convert

RGB253205181-
CMYK00.190.280.01
HSL20º94.74%85.1%-
HSV(B)20º28.46%99.22%-
XYZ70.6867.8853.09-
YUV216.62107.9153.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 181 (71.09% from 255) = 28.33%
R=39.59%
G=32.08%
B=28.33%

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
Decimal25320518100.190.280.012094.7485.1
HexFDCDB50131C1145f55
Octal37531526502334124137125
Binary1111110111001101101101010100111110011010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDB5; }

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

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

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

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

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

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

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

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