#FDCFAD

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

Shades of Apricot #FDCFAD

Tints of Apricot #FDCFAD

Color information

#FDCFAD (or 0xFDCFAD) is unknown color: approx Apricot. HEX triplet: FD, CF and AD. RGB value is (253,207,173). Sum of RGB (Red+Green+Blue) = 253+207+173=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFAD is #023052. Grayscale: #D9D9D9. Windows color (decimal): -143443 or 11390973. OLE color: 11390973.

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

Color convert

RGB253207173-
CMYK00.180.320.01
HSL25.5º95.24%83.53%-
HSV(B)25.5º31.62%99.22%-
XYZ70.3668.5349.05-
YUV216.88103.24153.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=39.97%
G=32.70%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320717300.180.320.0125.595.2483.53
HexFDCFAD0122011a5f54
Octal37531725502240132137124
Binary11111101110011111010110101001010000011101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFAD; }

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

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

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

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

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

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

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

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