#FDCDB1

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

Shades of Apricot #FDCDB1

Tints of Apricot #FDCDB1

Color information

#FDCDB1 (or 0xFDCDB1) is unknown color: approx Apricot. HEX triplet: FD, CD and B1. RGB value is (253,205,177). Sum of RGB (Red+Green+Blue) = 253+205+177=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDB1 is #02324E. Grayscale: #D8D8D8. Windows color (decimal): -143951 or 11652605. OLE color: 11652605.

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

Color convert

RGB253205177-
CMYK00.190.300.01
HSL22.11º95%84.31%-
HSV(B)22.11º30.04%99.22%-
XYZ70.2867.7250.96-
YUV216.16105.9154.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 177 (69.53% from 255) = 27.87%
R=39.84%
G=32.28%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320517700.190.300.0122.119584.31
HexFDCDB10131E1165f54
Octal37531526102336126137124
Binary1111110111001101101100010100111111011011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDB1; }

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

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

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

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

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

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

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

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