#FDCDB3

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

Shades of Apricot #FDCDB3

Tints of Apricot #FDCDB3

Color information

#FDCDB3 (or 0xFDCDB3) is unknown color: approx Apricot. HEX triplet: FD, CD and B3. RGB value is (253,205,179). Sum of RGB (Red+Green+Blue) = 253+205+179=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB3 is #02324C. Grayscale: #D8D8D8. Windows color (decimal): -143949 or 11783677. OLE color: 11783677.

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

Color convert

RGB253205179-
CMYK00.190.290.01
HSL21.08º94.87%84.71%-
HSV(B)21.08º29.25%99.22%-
XYZ70.4867.852.02-
YUV216.39106.9154.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 179 (70.31% from 255) = 28.10%
R=39.72%
G=32.18%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320517900.190.290.0121.0894.8784.71
HexFDCDB30131D1155f55
Octal37531526302335125137125
Binary1111110111001101101100110100111110111010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDB3; }

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

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

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

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

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

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

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

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