#FDCFAF

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

Shades of Apricot #FDCFAF

Tints of Apricot #FDCFAF

Color information

#FDCFAF (or 0xFDCFAF) is unknown color: approx Apricot. HEX triplet: FD, CF and AF. RGB value is (253,207,175). Sum of RGB (Red+Green+Blue) = 253+207+175=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFAF is #023050. Grayscale: #D9D9D9. Windows color (decimal): -143441 or 11522045. OLE color: 11522045.

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

Color convert

RGB253207175-
CMYK00.180.310.01
HSL24.62º95.12%83.92%-
HSV(B)24.62º30.83%99.22%-
XYZ70.5668.650.08-
YUV217.11104.24153.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=39.84%
G=32.60%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320717500.180.310.0124.6295.1283.92
HexFDCFAF0121F1195f54
Octal37531725702237131137124
Binary1111110111001111101011110100101111111100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFAF; }

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

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

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

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

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

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

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

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