#FDCDB4

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

Shades of Apricot #FDCDB4

Tints of Apricot #FDCDB4

Color information

#FDCDB4 (or 0xFDCDB4) is unknown color: approx Apricot. HEX triplet: FD, CD and B4. RGB value is (253,205,180). Sum of RGB (Red+Green+Blue) = 253+205+180=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB4 is #02324B. Grayscale: #D8D8D8. Windows color (decimal): -143948 or 11849213. OLE color: 11849213.

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

Color convert

RGB253205180-
CMYK00.190.290.01
HSL20.55º94.81%84.9%-
HSV(B)20.55º28.85%99.22%-
XYZ70.5867.8452.55-
YUV216.5107.4154.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 180 (70.70% from 255) = 28.21%
R=39.66%
G=32.13%
B=28.21%

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
Decimal25320518000.190.290.0120.5594.8184.9
HexFDCDB40131D1155f55
Octal37531526402335125137125
Binary1111110111001101101101000100111110111010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDB4; }

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

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

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

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

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

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

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

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