#FDCCAD

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

Shades of Apricot #FDCCAD

Tints of Apricot #FDCCAD

Color information

#FDCCAD (or 0xFDCCAD) is unknown color: approx Apricot. HEX triplet: FD, CC and AD. RGB value is (253,204,173). Sum of RGB (Red+Green+Blue) = 253+204+173=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAD is #023352. Grayscale: #D7D7D7. Windows color (decimal): -144211 or 11390205. OLE color: 11390205.

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

Color convert

RGB253204173-
CMYK00.190.320.01
HSL23.25º95.24%83.53%-
HSV(B)23.25º31.62%99.22%-
XYZ69.6467.0948.81-
YUV215.12104.23155.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=40.16%
G=32.38%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320417300.190.320.0123.2595.2483.53
HexFDCCAD013201175f54
Octal37531425502340127137124
Binary11111101110011001010110101001110000011011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCAD; }

 p { color: rgb(253,204,173); }

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

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

 a { background-color: rgb(253,204,173); }

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

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

 span { border-color: rgb(253,204,173); }

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